mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-29 14:21:09 +07:00
feat(dns): support fixed domain ttl (#100)
* feat(dns): support fixed domain ttl * docs
This commit is contained in:
@ -86,6 +86,7 @@ type DnsRouting struct {
|
||||
type KeyableString string
|
||||
type Dns struct {
|
||||
IpVersionPrefer int `mapstructure:"ipversion_prefer"`
|
||||
FixedDomainTtl []KeyableString `mapstructure:"fixed_domain_ttl"`
|
||||
Upstream []KeyableString `mapstructure:"upstream"`
|
||||
Routing DnsRouting `mapstructure:"routing"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user