diff options
Diffstat (limited to 'node/Defaults.hpp')
| -rw-r--r-- | node/Defaults.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node/Defaults.hpp b/node/Defaults.hpp index b9c8ecf5..3493c5a8 100644 --- a/node/Defaults.hpp +++ b/node/Defaults.hpp @@ -34,6 +34,7 @@ #include <map> #include "Identity.hpp" #include "InetAddress.hpp" +#include "Filter.hpp" namespace ZeroTier { @@ -65,6 +66,11 @@ public: * Identity used to encrypt and authenticate configuration from URL */ const std::string configAuthority; + + /** + * Default node filter for this platform + */ + const Filter defaultNodeFilter; }; extern const Defaults ZT_DEFAULTS; |
