mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-17 22:48:49 +08:00
pr comment: set public listen port
This commit is contained in:
parent
6b3a636ca9
commit
a50242e2f9
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ func (a *ApiHost) ConvertAPIHostToNMHost(currentHost *Host) *Host {
|
|||
h.IsStatic = a.IsStatic
|
||||
h.ListenPort = a.ListenPort
|
||||
h.ProxyListenPort = a.ProxyListenPort
|
||||
h.PublicListenPort = currentHost.PublicListenPort
|
||||
h.MTU = a.MTU
|
||||
h.MacAddress = currentHost.MacAddress
|
||||
h.PublicKey = currentHost.PublicKey
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue