From 4b7afd6137b62dfcfc09aa8a05f59935fef69489 Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 17 Nov 2012 01:19:44 +0100 Subject: import conf from old torouter repository --- config/includes.chroot/etc/default/ttdnsd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 config/includes.chroot/etc/default/ttdnsd (limited to 'config/includes.chroot/etc/default/ttdnsd') diff --git a/config/includes.chroot/etc/default/ttdnsd b/config/includes.chroot/etc/default/ttdnsd new file mode 100755 index 0000000..0a22bc4 --- /dev/null +++ b/config/includes.chroot/etc/default/ttdnsd @@ -0,0 +1,17 @@ +# /etc/default/ttdnsd + +# Address to bind to - usually this should be 127.0.0.1 +# unless a copy of ttdnsd runs on 127.0.0.n +ADDR_ARG="-b 172.16.23.1" + +# Port to listen on - almost always this should be port 53 +# unless an additional local DNS cache (like unbound, dnscache, pdnsd) +# listen on port 53 as system resolver and is used in front of ttdnsd +# for caching purposes. +PORT_ARG="-p 5354" + +# Debug logging +# DEBUG_LOGGING="-l" + +# Glue all of it together below +DEFAULTS="$ADDR_ARG $PORT_ARG" -- cgit v1.2.3