|
Electroneum
|
#include <subnet-whitelist.h>

Public Attributes | |
| struct regional * | region |
| rbtree_type | upstream |
| rbtree_type | dname |
ecs_whitelist structure
Definition at line 53 of file subnet-whitelist.h.
| rbtree_type ecs_whitelist::dname |
Tree of domain names for which Unbound will append an ECS option. rbtree of struct name_tree_node.
Definition at line 66 of file subnet-whitelist.h.
| struct regional* ecs_whitelist::region |
regional for allocation
Definition at line 55 of file subnet-whitelist.h.
| rbtree_type ecs_whitelist::upstream |
Tree of the address spans that are whitelisted. contents of type addr_tree_node. Each node is an address span Unbound will append subnet option for.
Definition at line 61 of file subnet-whitelist.h.