mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Simplify network briding modes -- we only need passive toggle and active bridge list, not three mode types. Also change isOpen to isPublic for terminology consistency.
This commit is contained in:
parent
367b5439e1
commit
cf4700bc26
8 changed files with 17 additions and 35 deletions
|
@ -1,3 +1,3 @@
|
|||
//exports.redisDb = 0; // live
|
||||
exports.redisDb = 1; // test
|
||||
exports.redisDb = 0; // live
|
||||
//exports.redisDb = 1; // test
|
||||
//exports.redisDb = 2; // dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue