mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-19 02:06:52 +08:00
always sync servernet
This commit is contained in:
parent
f5c8f6ed22
commit
d166e4b348
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ func InitializeCommsNetwork() error {
|
|||
network.DefaultUDPHolePunch = "yes"
|
||||
network.IsComms = "yes"
|
||||
return logic.CreateNetwork(network)
|
||||
} else {
|
||||
SyncServerNetwork(COMMS_NETID)
|
||||
}
|
||||
SyncServerNetwork(COMMS_NETID)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue