Electroneum
config_auth Struct Reference

#include <config_file.h>

Collaboration diagram for config_auth:

Public Attributes

struct config_authnext
 
char * name
 
struct config_strlistmasters
 
struct config_strlisturls
 
struct config_strlistallow_notify
 
char * zonefile
 
int for_downstream
 
int for_upstream
 
int fallback_enabled
 

Detailed Description

Auth config options

Definition at line 569 of file config_file.h.

Member Data Documentation

◆ allow_notify

struct config_strlist* config_auth::allow_notify

list of allow-notify

Definition at line 579 of file config_file.h.

◆ fallback_enabled

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.

◆ for_downstream

int config_auth::for_downstream

provide downstream answers

Definition at line 583 of file config_file.h.

◆ for_upstream

int config_auth::for_upstream

provide upstream answers

Definition at line 585 of file config_file.h.

◆ masters

struct config_strlist* config_auth::masters

list of masters

Definition at line 575 of file config_file.h.

◆ name

char* config_auth::name

domain name (in text) of the auth apex domain

Definition at line 573 of file config_file.h.

◆ next

struct config_auth* config_auth::next

next in list

Definition at line 571 of file config_file.h.

◆ urls

struct config_strlist* config_auth::urls

list of urls

Definition at line 577 of file config_file.h.

◆ zonefile

char* config_auth::zonefile

zonefile (or NULL)

Definition at line 581 of file config_file.h.


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