mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 16:44:01 +08:00
noticed wrong var
This commit is contained in:
parent
324d2ba70c
commit
6b075983e8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ func GetServerConfig() config.ServerConfig {
|
|||
cfg.CommsCIDR = GetCommsCIDR()
|
||||
services := strings.Join(GetPortForwardServiceList(), ",")
|
||||
cfg.PortForwardServices = services
|
||||
cfg.CommsID = GetCommsCIDR()
|
||||
cfg.CommsID = GetCommsID()
|
||||
|
||||
return cfg
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue