mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-18 21:30:13 +00:00
set QUERY_LOGGING default to true
This commit is contained in:
parent
61140348fe
commit
45f04b8a11
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ useUpdateVars=false
|
||||||
|
|
||||||
IPV4_ADDRESS=""
|
IPV4_ADDRESS=""
|
||||||
IPV6_ADDRESS=""
|
IPV6_ADDRESS=""
|
||||||
|
QUERY_LOGGING=true
|
||||||
|
|
||||||
# Find the rows and columns will default to 80x24 is it can not be detected
|
# Find the rows and columns will default to 80x24 is it can not be detected
|
||||||
screen_size=$(stty size 2>/dev/null || echo 24 80)
|
screen_size=$(stty size 2>/dev/null || echo 24 80)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue