mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 01:36:23 +08:00
GRA-985: rm locallistenport, added proxy public listen port field
This commit is contained in:

committed by
Matthew R Kasun

parent
c528110541
commit
63f18f539e
@@ -252,7 +252,6 @@ func GetProxyUpdateForHost(host *models.Host) (proxy_models.ProxyManagerPayload,
|
||||
if err != nil {
|
||||
continue
|
||||
}
|
||||
|
||||
var currPeerConf proxy_models.PeerConf
|
||||
var found bool
|
||||
if currPeerConf, found = peerConfMap[peerHost.PublicKey.String()]; !found {
|
||||
|
Reference in New Issue
Block a user