mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Add a local.conf option to set the port.
This commit is contained in:
parent
0052877d2f
commit
cd7b571da0
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ Settings available in `local.conf` (this is not valid JSON, and JSON does not al
|
|||
}
|
||||
},
|
||||
"settings": { /* Other global settings */
|
||||
"primaryPort": 0-65535, /* If set, override default port of 9993 and any command line port */
|
||||
"portMappingEnabled": true|false, /* If true (the default), try to use uPnP or NAT-PMP to map ports */
|
||||
"softwareUpdate": "apply"|"download"|"disable", /* Automatically apply updates, just download, or disable built-in software updates */
|
||||
"softwareUpdateDist": true|false, /* If true, distribute software updates (only really useful to ZeroTier, Inc. itself, default is false) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue