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.
16 # Glue all of it together below
17 DEFAULTS="$ADDR_ARG $PORT_ARG"