mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-13 00:24:31 +08:00
log
This commit is contained in:
parent
92f243a1ba
commit
91fe618fae
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ func JoinNetwork(cfg *config.ClientConfig, privateKey string) error {
|
|||
}
|
||||
logger.Log(1, "node created on remote server...updating configs")
|
||||
cfg.Node = node
|
||||
logger.Log(0, "UDP Hole Punch: "+cfg.Node.UDPHolePunch)
|
||||
logger.Log(1, "turn on UDP hole punching (dynamic port setting)? "+cfg.Node.UDPHolePunch)
|
||||
if !manualPort && (cfg.Node.UDPHolePunch == "no") {
|
||||
setListenPort(cfg)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue