aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-prep/configs/ttdnsd-default
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-23 04:22:14 +0200
committerficus <ficus@robocracy.org>2012-09-23 04:22:14 +0200
commitb1aec80110e822d835f6c97a2320b7dfc5fba039 (patch)
tree3f88cf6ec6a8e2836c91705baf2bfc31ab51d0dd /packages/torouter-prep/configs/ttdnsd-default
parente2973e8ea5c57bfa6ed41293e0250c68d29cfed9 (diff)
downloadtorouter-b1aec80110e822d835f6c97a2320b7dfc5fba039.tar.gz
torouter-b1aec80110e822d835f6c97a2320b7dfc5fba039.zip
possibly functional image builder
Diffstat (limited to 'packages/torouter-prep/configs/ttdnsd-default')
-rwxr-xr-xpackages/torouter-prep/configs/ttdnsd-default17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/torouter-prep/configs/ttdnsd-default b/packages/torouter-prep/configs/ttdnsd-default
deleted file mode 100755
index 0a22bc4..0000000
--- a/packages/torouter-prep/configs/ttdnsd-default
+++ /dev/null
@@ -1,17 +0,0 @@
-# /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"