mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
7 lines
149 B
Go
7 lines
149 B
Go
package constants
|
|
|
|
const (
|
|
// MachineAPIPort is the port for the Machine API service on the management WireGuard network.
|
|
MachineAPIPort = 51000
|
|
)
|