Files
uncloud/internal/machine/constants/constants.go
T

7 lines
149 B
Go

package constants
const (
// MachineAPIPort is the port for the Machine API service on the management WireGuard network.
MachineAPIPort = 51000
)