adding local listen port

This commit is contained in:
afeiszli
2022-04-19 08:07:21 -04:00
parent d626cf0e9b
commit ccc0ed851d
8 changed files with 70 additions and 14 deletions

View File

@@ -154,6 +154,7 @@ func setPeerInfo(node *models.Node) models.Node {
peer.Name = node.Name
peer.Network = node.Network
peer.LocalAddress = node.LocalAddress
peer.LocalListenPort = node.LocalListenPort
peer.ListenPort = node.ListenPort
peer.AllowedIPs = node.AllowedIPs
peer.UDPHolePunch = node.UDPHolePunch