Electroneum
ecs_whitelist Struct Reference

#include <subnet-whitelist.h>

Collaboration diagram for ecs_whitelist:

Public Attributes

struct regionalregion
 
rbtree_type upstream
 
rbtree_type dname
 

Detailed Description

ecs_whitelist structure

Definition at line 53 of file subnet-whitelist.h.

Member Data Documentation

◆ dname

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.

◆ region

struct regional* ecs_whitelist::region

regional for allocation

Definition at line 55 of file subnet-whitelist.h.

◆ upstream

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.


The documentation for this struct was generated from the following file: