Merge branch 'bugfix/6372-squashfs-sort-file-update' into stable
[tails-test.git] / config / chroot_local-includes / etc / default / ttdnsd
blobf13505dced803bef055fa4dc86ab88ee1c214206
1 # /etc/default/ttdnsd
3 # Address to bind to - usually this should be 127.0.0.1
4 # unless a copy of ttdnsd runs on 127.0.0.n
5 ADDR_ARG="-b 127.0.0.2"
7 # Port to listen on - almost always this should be port 53
8 # unless an additional local DNS cache (like unbound, dnscache, pdnsd)
9 # listen on port 53 as system resolver and is used in front of ttdnsd
10 # for caching purposes.
11 PORT_ARG="-p 53"
13 # Debug logging
14 # DEBUG_LOGGING="-l"
16 # Glue all of it together below
17 DEFAULTS="$ADDR_ARG $PORT_ARG"