Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerConf ¶
type ServerConf struct { AllowExternal bool `json:"allow_external"` BlockingLists []string `json:"blocking_list"` Custom []custom `json:"custom"` Cache cache `json:"cache"` External externalSource `json:"external"` Endpoint udpEndpoint `json:"endpoint"` Memdump string `json:"memdump,omitempty"` }
ServerConf represents the configuration of the dns server
Click to show internal directories.
Click to hide internal directories.