diff --git a/test/run.sh b/test/run.sh index 6e8a1bf9..808e31e3 100755 --- a/test/run.sh +++ b/test/run.sh @@ -32,7 +32,7 @@ sqlite3 /etc/pihole/gravity.db < test/gravity.db.sql echo "BLOCKING_ENABLED=true" > /etc/pihole/setupVars.conf # Prepare pihole-FTL.conf -echo "DEBUG_ALL=true" > /etc/pihole/pihole-FTL.conf +echo "DEBUG_ALL=true\nRESOLVE_IPV4=no\nRESOLVE_IPV6=no" > /etc/pihole/pihole-FTL.conf # Prepare dnsmasq.conf echo -e "log-queries\nlog-facility=/var/log/pihole.log" > /etc/dnsmasq.conf