diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-03-30 19:56:03 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-03-30 19:56:03 +0000 |
commit | 91ec719475cff9c7d949c4d7020eec820abc9ca0 (patch) | |
tree | 41dbf4480f0a34367e73cdffd528e7f796e9aba7 /main/pdnsd/pdnsd.confd | |
parent | 140c56e4b3ea0c5796dc0867bf8b9a7d6727395d (diff) | |
parent | 556b9732698a2c9aedb4c4a32bd62305e7b7db15 (diff) | |
download | aports-91ec719475cff9c7d949c4d7020eec820abc9ca0.tar.bz2 aports-91ec719475cff9c7d949c4d7020eec820abc9ca0.tar.xz |
Merge branch 'master' of git://git.alpinelinux.org/msmith/aports
Diffstat (limited to 'main/pdnsd/pdnsd.confd')
-rw-r--r-- | main/pdnsd/pdnsd.confd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/main/pdnsd/pdnsd.confd b/main/pdnsd/pdnsd.confd new file mode 100644 index 000000000..8f8820c8d --- /dev/null +++ b/main/pdnsd/pdnsd.confd @@ -0,0 +1,18 @@ +# +# Specify pdnsd options here. +# +# -4 run in IPv4 mode +# -6 run in IPv6 mode +# -a autodetects IPv6 supports, falls back to IPv4 +# NOTE: IPv6 mode seems to have issues. +# -d run in daemon mode +# -s enables the status control socket so pdnsd-ctl can be used at run-time +# (same as setting status_ctl=on; in the config file) +# -t enables the TCP server thread alongside the UDP server thread +# -mut sets the query method to 'ut': udp first, fallback to tcp +# -c specifies the config file +# -p specifies the pid file +# -g enables debugging/logging output at /var/cache/pdnsd/pdnsd.debug +# -vn where n specifies the debugging verbosity level (0-3) + +pdnsd_opts="-4 -d -s -t -mut -c /etc/pdnsd.conf -p /var/run/pdnsd.pid" |