add support for alias records
This commit is contained in:
parent
e7f8d0071f
commit
c14b7d0bb5
1 changed files with 2 additions and 0 deletions
|
|
@ -7,11 +7,13 @@ powerdns:
|
||||||
"config-dir": /etc/powerdns
|
"config-dir": /etc/powerdns
|
||||||
"daemon": "yes"
|
"daemon": "yes"
|
||||||
"default-ttl": 3600
|
"default-ttl": 3600
|
||||||
|
"expand-alias": "yes"
|
||||||
"guardian": "yes"
|
"guardian": "yes"
|
||||||
"include-dir": "/etc/powerdns/pdns.d"
|
"include-dir": "/etc/powerdns/pdns.d"
|
||||||
"launch":
|
"launch":
|
||||||
bind: {}
|
bind: {}
|
||||||
"master": "no"
|
"master": "no"
|
||||||
|
"resolver": 127.0.0.1
|
||||||
"reuseport": "yes"
|
"reuseport": "yes"
|
||||||
"setgid": pdns
|
"setgid": pdns
|
||||||
"setuid": pdns
|
"setuid": pdns
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue