allow adding address

This commit is contained in:
afeiszli
2022-02-01 15:27:00 -05:00
parent eeb658595b
commit d2467e13f3
4 changed files with 27 additions and 12 deletions

View File

@@ -116,7 +116,6 @@ func JoinNetwork(cfg config.ClientConfig, privateKey string) error {
cfg.Node.DNSOn = "no"
}
}
if ncutils.IsFreeBSD() {
cfg.Node.UDPHolePunch = "no"
}