comms net should be udp hole punch

This commit is contained in:
afeiszli 2022-02-18 11:49:38 -05:00
parent 1c06cfc8f7
commit 05c87cba95

View file

@ -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 {