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:
Grant Limberg 2020-09-10 15:59:18 -07:00
parent 3db263284b
commit bbb307aff7
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
4 changed files with 35 additions and 8 deletions

View file

@ -86,6 +86,11 @@ public:
* Allow overriding of system default routes for "full tunnel" operation?
*/
bool allowDefault;
/**
* Allow configuration of DNS for the network
*/
bool allowDNS;
};
/**