]> git.ipfire.org Git - thirdparty/pdns.git/blame - regression-tests.recursor/vars.sample
Update RECURSOR-MIB.txt
[thirdparty/pdns.git] / regression-tests.recursor / vars.sample
CommitLineData
b97043ee 1PREFIX=10.0.3
6e20d2a4 2# PDNSRECURSOR= # set to override default location
3# PDNS= # set to override default location
d9c6538e 4AUTHRUN="exec authbind ${PDNS} --config-dir=. > logfile 2>&1"
2a6da08f 5RECRUN="exec authbind ${PDNSRECURSOR} --config-dir=. --daemon=no --trace=yes --dont-query= --local-address=$PREFIX.9 --hint-file=hintfile --packetcache-ttl=0 --max-cache-ttl=15 --threads=1 > logfile 2>&1"