|
Electroneum
|
#include <config_file.h>

Public Attributes | |
| struct config_auth * | next |
| char * | name |
| struct config_strlist * | masters |
| struct config_strlist * | urls |
| struct config_strlist * | allow_notify |
| char * | zonefile |
| int | for_downstream |
| int | for_upstream |
| int | fallback_enabled |
Auth config options
Definition at line 569 of file config_file.h.
| struct config_strlist* config_auth::allow_notify |
list of allow-notify
Definition at line 579 of file config_file.h.
| int config_auth::fallback_enabled |
fallback to recursion to authorities if zone expired and other reasons perhaps (like, query bogus)
Definition at line 588 of file config_file.h.
| int config_auth::for_downstream |
provide downstream answers
Definition at line 583 of file config_file.h.
| int config_auth::for_upstream |
provide upstream answers
Definition at line 585 of file config_file.h.
| struct config_strlist* config_auth::masters |
list of masters
Definition at line 575 of file config_file.h.
| char* config_auth::name |
domain name (in text) of the auth apex domain
Definition at line 573 of file config_file.h.
| struct config_auth* config_auth::next |
next in list
Definition at line 571 of file config_file.h.
| struct config_strlist* config_auth::urls |
list of urls
Definition at line 577 of file config_file.h.
| char* config_auth::zonefile |
zonefile (or NULL)
Definition at line 581 of file config_file.h.