forked from infra/ansible
35 lines
795 B
Plaintext
35 lines
795 B
Plaintext
|
#################################
|
||
|
# allow-from If set, only allow these comma separated netmasks to recurse
|
||
|
#
|
||
|
allow-from=127.0.0.0/8
|
||
|
|
||
|
#################################
|
||
|
# daemon Operate as a daemon
|
||
|
#
|
||
|
daemon=yes
|
||
|
|
||
|
#################################
|
||
|
# local-address IP addresses to listen on, separated by spaces or commas. Also accepts ports.
|
||
|
#
|
||
|
local-address=127.0.0.1
|
||
|
|
||
|
#################################
|
||
|
# local-port port to listen on
|
||
|
#
|
||
|
local-port=5300
|
||
|
|
||
|
#################################
|
||
|
# quiet Suppress logging of questions and answers
|
||
|
#
|
||
|
quiet=on
|
||
|
|
||
|
#################################
|
||
|
# setgid If set, change group id to this gid for more security
|
||
|
#
|
||
|
setgid=pdns
|
||
|
|
||
|
#################################
|
||
|
# setuid If set, change user id to this uid for more security
|
||
|
#
|
||
|
setuid=pdns
|