unregistry: change the listening port on each machine 5000 -> 51500

This commit is contained in:
Pasha Sviderski
2026-06-17 16:32:09 +10:00
parent 3841da9e1d
commit d36ff67409
+1 -1
View File
@@ -4,5 +4,5 @@ const (
// MachineAPIPort is the port for the Machine API service on the management WireGuard network. // MachineAPIPort is the port for the Machine API service on the management WireGuard network.
MachineAPIPort = 51000 MachineAPIPort = 51000
// UnregistryPort is the port for the embedded container registry listening on the machine IP. // UnregistryPort is the port for the embedded container registry listening on the machine IP.
UnregistryPort = 5000 UnregistryPort = 51500
) )