- touch tests/verify-dnssec-zone/allow-missing
- touch tests/verify-dnssec-zone/skip.nsec3 # some (travis) tools in this test are unable to handle nsec3 zones
- touch tests/verify-dnssec-zone/skip.optout
- - export geoipregion=aus geoipregionip=1.2.3.4
+ - export geoipregion=oc geoipregionip=1.2.3.4
- ./timestamp ./start-test-stop 5300 bind-both
- ./timestamp ./start-test-stop 5300 bind-dnssec-both
- ./timestamp ./start-test-stop 5300 bind-dnssec-pkcs11
module-dir=./modules
launch=geoip
geoip-zones-file=$testsdir/geo.yaml
+geoip-database-files=/usr/share/GeoIP/GeoIP.dat
EOF
if [ "$geoipdosec" = "yes" ]
--no-shuffle --launch=geoip \
--cache-ttl=$cachettl --experimental-dname-processing --no-config \
--distributor-threads=1 \
- --geoip-zones-file=$testsdir/geo.yaml --module-dir=./modules \
+ --geoip-zones-file=$testsdir/geo.yaml --geoip-database-files=/usr/share/GeoIP/GeoIP.dat \
+ --module-dir=./modules \
$geoipkeydir &
;;