Skip to content

Commit

Permalink
Merge pull request #666 from pi-hole/tweak/no_resolve
Browse files Browse the repository at this point in the history
Do not try to resolve client host names during the tests
  • Loading branch information
AzureMarker authored Dec 18, 2019
2 parents 83018ac + d752539 commit b536bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b536bf0

Please sign in to comment.