Merge pull request #666 from pi-hole/tweak/no_resolve

Do not try to resolve client host names during the tests
This commit is contained in:
Mark Drobnak
2019-12-18 12:23:33 -05:00
committed by GitHub
+1 -1
View File
@@ -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