mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Go CLI work
This commit is contained in:
parent
a7e38d2b00
commit
f4a5abeed9
7 changed files with 154 additions and 10 deletions
|
@ -187,7 +187,7 @@ func NewNode(basePath string) (*Node, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
if n.localConfig.Settings.PortAutoSearch {
|
||||
if n.localConfig.Settings.PortSearch {
|
||||
portsChanged := false
|
||||
|
||||
portCheckCount := 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue