mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Replace piecemeal designation of upstreams with the concept of moons, which is simpler and easier to use and inherits all the cool live update stuff of worlds (now called planets) and global roots.
This commit is contained in:
parent
b88f573733
commit
64774d0d4f
12 changed files with 242 additions and 296 deletions
|
@ -19,7 +19,6 @@ Settings available in `local.conf` (this is not valid JSON, and JSON does not al
|
|||
},
|
||||
"virtual": { /* Settings applied to ZeroTier virtual network devices (VL1) */
|
||||
"##########": { /* 10-digit ZeroTier address */
|
||||
"role": "upstream"|"leaf", /* If upstream, define this as a trusted "federated root" (default is leaf) */
|
||||
"try": [ "IP/port"/*,...*/ ], /* Hints on where to reach this peer if no upstreams/roots are online */
|
||||
"blacklist": [ "NETWORK/bits"/*,...*/ ] /* Blacklist a physical path for only this peer. */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue