mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
comms net should be udp hole punch
This commit is contained in:
parent
1c06cfc8f7
commit
05c87cba95
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ func InitializeCommsNetwork() error {
|
|||
network.NetID = COMMS_NETID
|
||||
network.AddressRange = servercfg.GetCommsCIDR()
|
||||
network.IsHubAndSpoke = "yes"
|
||||
network.DefaultUDPHolePunch = "yes"
|
||||
network.IsComms = "yes"
|
||||
return logic.CreateNetwork(network)
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue