rm commented code

This commit is contained in:
Abhishek Kondur 2023-01-10 19:10:41 +05:30
parent 7ba6ce93d9
commit 87ae255a58

View file

@ -318,12 +318,7 @@ func GetProxyUpdateForHost(host *models.Host) (proxy_models.ProxyManagerPayload,
peerConfMap[peerHost.PublicKey.String()] = currPeerConf
}
}
//proxyPayload.WgAddr = addr.String()
proxyPayload.PeerMap = peerConfMap
//proxyPayload.Network = node.Network
//proxyPayload.InterfaceName = node.Interface
//hardcode or read from host ??
proxyPayload.InterfaceName = models.WIREGUARD_INTERFACE
return proxyPayload, nil