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

9 lines
269 B
Go

package constants
const (
// MachineAPIPort is the port for the Machine API service on the management WireGuard network.
MachineAPIPort = 51000
// UnregistryPort is the port for the embedded container registry listening on the machine IP.
UnregistryPort = 51500
)