]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.recursor/vars.sample
Fix compilation on systems that do not define HOST_NAME_MAX
[thirdparty/pdns.git] / regression-tests.recursor / vars.sample
index d78f6d87b20d5494adc7369614b733a3e47df685..2d257233189d3d622b9730265e22bcd738c0ac22 100644 (file)
@@ -1,3 +1,5 @@
 PREFIX=10.0.3
+# PDNSRECURSOR=    # set to override default location
+# PDNS=            # set to override default location   
 AUTHRUN="exec authbind ${PDNS} --config-dir=. > logfile 2>&1"
-RECRUN="exec authbind ${PDNSRECURSOR} --config-dir=. --socket-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"
+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"