mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
add public IP to the end of endpoint list
This commit is contained in:
@@ -30,7 +30,7 @@ func MachineToken(dataDir string) (machine.Token, error) {
|
||||
publicIP, err := network.GetPublicIP()
|
||||
// Ignore the error if failed to get the public IP using API services.
|
||||
if err == nil {
|
||||
ips = append([]netip.Addr{publicIP}, ips...)
|
||||
ips = append(ips, publicIP)
|
||||
}
|
||||
|
||||
endpoints := make([]netip.AddrPort, len(ips))
|
||||
|
||||
Reference in New Issue
Block a user