mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 21:54:54 +08:00
remove comms CIDR from server conf
This commit is contained in:
parent
6b075983e8
commit
ab5e8f0b62
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ func GetServerConfig() config.ServerConfig {
|
|||
cfg.Debug = GetDebug()
|
||||
cfg.Telemetry = Telemetry()
|
||||
cfg.ManageIPTables = ManageIPTables()
|
||||
cfg.CommsCIDR = GetCommsCIDR()
|
||||
services := strings.Join(GetPortForwardServiceList(), ",")
|
||||
cfg.PortForwardServices = services
|
||||
cfg.CommsID = GetCommsID()
|
||||
|
|
Loading…
Add table
Reference in a new issue