]> git.ipfire.org Git - thirdparty/pdns.git/blob - regression-tests.recursor/vars.sample
Merge pull request #6845 from zeha/api-writeable
[thirdparty/pdns.git] / regression-tests.recursor / vars.sample
1 PREFIX=10.0.3
2 # PDNSRECURSOR= # set to override default location
3 # PDNS= # set to override default location
4 AUTHRUN="exec authbind ${PDNS} --config-dir=. > logfile 2>&1"
5 RECRUN="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"