summaryrefslogtreecommitdiffstats
path: root/main/pdnsd/pdnsd.confd
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2011-03-29 23:41:13 -0500
committerMatt Smith <mcs@darkregion.net>2011-03-29 23:41:13 -0500
commit49897f4bda22343113903a5dd26d0e42aab54a80 (patch)
tree2079d324b5b0b920afef906ffcc4fe1df1818825 /main/pdnsd/pdnsd.confd
parent4346c9975804621d2e276ef1a12c0695dce71eb1 (diff)
downloadaports-49897f4bda22343113903a5dd26d0e42aab54a80.tar.bz2
aports-49897f4bda22343113903a5dd26d0e42aab54a80.tar.xz
main/pdnsd: moved from testing
Diffstat (limited to 'main/pdnsd/pdnsd.confd')
-rw-r--r--main/pdnsd/pdnsd.confd18
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"