fixed hub logic

This commit is contained in:
afeiszli
2022-02-21 09:45:42 -05:00
parent d166e4b348
commit f21dad5184
6 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func InitializeCommsNetwork() error {
var network models.Network
network.NetID = COMMS_NETID
network.AddressRange = servercfg.GetCommsCIDR()
network.IsHubAndSpoke = "yes"
network.IsPointToSite = "yes"
network.DefaultUDPHolePunch = "yes"
network.IsComms = "yes"
return logic.CreateNetwork(network)