mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
DNS is now toggleable via zerotier-cli set <nwid> allowDNS=[0|1]
Flag is disabled by default as it should be opt-in on each endpoint
This commit is contained in:
parent
3db263284b
commit
bbb307aff7
4 changed files with 35 additions and 8 deletions
|
@ -138,6 +138,7 @@ Most network settings are not writable, as they are defined by the network contr
|
|||
| allowManaged | boolean | Allow IP and route management | yes |
|
||||
| allowGlobal | boolean | Allow IPs and routes that overlap with global IPs | yes |
|
||||
| allowDefault | boolean | Allow overriding of system default route | yes |
|
||||
| allowDNS | boolean | Allow configuration of DNS on network | yes |
|
||||
|
||||
Route objects:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue