noticed wrong var

This commit is contained in:
0xdcarns 2022-02-22 14:57:37 -05:00
parent 324d2ba70c
commit 6b075983e8

View file

@ -97,7 +97,7 @@ func GetServerConfig() config.ServerConfig {
cfg.CommsCIDR = GetCommsCIDR() cfg.CommsCIDR = GetCommsCIDR()
services := strings.Join(GetPortForwardServiceList(), ",") services := strings.Join(GetPortForwardServiceList(), ",")
cfg.PortForwardServices = services cfg.PortForwardServices = services
cfg.CommsID = GetCommsCIDR() cfg.CommsID = GetCommsID()
return cfg return cfg
} }