aboutsummaryrefslogtreecommitdiffstats
path: root/config/includes.chroot/etc/default/ttdnsd
blob: 97cfce6fd484a1bc32d61f4fc7a2384bf56f9772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /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
# TODO: ttdnsd does not seem to work in a chroot?
DEFAULTS="$ADDR_ARG $PORT_ARG $DEBUG_LOGGING -c"