mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user