Documentation
¶
Index ¶
- type DNSSECConfig
- type Generator
- func (r *Generator) AddRecord(rr dns.RR)
- func (r *Generator) AddSubHandler(name string, handler handler.Generator)
- func (r *Generator) GetName() string
- func (r *Generator) HandleQuestion(questions []dns.Question, recurse bool, dnssec bool, wr util.Addressable) ([]dns.RR, []dns.RR, []dns.EDNS0, int, string)
- func (r *Generator) LoadZone(rd io.Reader, file string, origin string, defaultTTL uint32, ...) error
- func (r *Generator) LoadZoneFile(file string, origin string, defaultTTL uint32, includeAllowed bool) error
- func (r *Generator) Refresh() error
- func (r *Generator) Start() error
- func (r *Generator) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSSECConfig ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func (*Generator) AddSubHandler ¶
func (*Generator) HandleQuestion ¶
func (*Generator) LoadZoneFile ¶
Click to show internal directories.
Click to hide internal directories.