diff --git a/servercfg/serverconf.go b/servercfg/serverconf.go index ac84d48f..e5fa6a19 100644 --- a/servercfg/serverconf.go +++ b/servercfg/serverconf.go @@ -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 }