mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
flush logs when disabling logging
This commit is contained in:
parent
f6f6f6d7fe
commit
3f049fa798
1 changed files with 1 additions and 0 deletions
1
pihole
1
pihole
|
@ -132,6 +132,7 @@ piholeLogging() {
|
||||||
#Disable Logging
|
#Disable Logging
|
||||||
sed -i 's/^log-queries/#log-queries/' /etc/dnsmasq.d/01-pihole.conf
|
sed -i 's/^log-queries/#log-queries/' /etc/dnsmasq.d/01-pihole.conf
|
||||||
sed -i 's/^QUERY_LOGGING=true/QUERY_LOGGING=false/' /etc/pihole/setupVars.conf
|
sed -i 's/^QUERY_LOGGING=true/QUERY_LOGGING=false/' /etc/pihole/setupVars.conf
|
||||||
|
pihole -f
|
||||||
echo "::: Logging has been disabled!"
|
echo "::: Logging has been disabled!"
|
||||||
elif [[ "${1}" == "on" ]] ; then
|
elif [[ "${1}" == "on" ]] ; then
|
||||||
#Enable logging
|
#Enable logging
|
||||||
|
|
Loading…
Reference in a new issue