mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-16 01:54:27 +08:00
update legacy back to isStatic
This commit is contained in:
parent
c7469c79d0
commit
f10bce783b
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ func (n *Node) Legacy(h *Host, s *ServerConfig, net *Network) *LegacyNode {
|
|||
//l.FailoverNode = n.FailoverNode
|
||||
//l.IngressGatewayRange = n.IngressGatewayRange
|
||||
//l.IngressGatewayRange6 = n.IngressGatewayRange6
|
||||
l.IsStatic = formatBool(h.IsStaticPort)
|
||||
l.IsStatic = formatBool(h.IsStatic)
|
||||
l.UDPHolePunch = formatBool(true)
|
||||
l.DNSOn = formatBool(n.DNSOn)
|
||||
l.Action = n.Action
|
||||
|
|
Loading…
Add table
Reference in a new issue