package
Version:
v0.0.0-...-1711327
Opens a new window with list of versions in this module.
Published: Nov 22, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
Listen ListenConf `yaml:"listen"`
DB string `yaml:"db"`
Master bool `yaml:"master"`
GeoIP string `yaml:"geoip"`
MetricsAuth string `yaml:"metricsAuth"`
Soa SoaConf `yaml:"soa"`
}
type ListenConf struct {
Dns string `yaml:"dns"`
Api string `yaml:"api"`
}
type SoaConf struct {
Ns []string `yaml:"ns"`
Mbox string `yaml:"mbox"`
Refresh uint32 `yaml:"refresh"`
Retry uint32 `yaml:"retry"`
Expire uint32 `yaml:"expire"`
Ttl uint32 `yaml:"ttl"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.