1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pihole_ynh.git synced 2024-09-03 20:05:58 +02:00

remove a tmp fix for old dnsmasq versions

This commit is contained in:
Kay0u 2021-09-14 15:25:17 +02:00
parent faf8991522
commit 452c6b664d
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -28,8 +28,6 @@ if [ "$query_logging" = "true" ]; then
else else
ynh_replace_string --match_string="^log-queries" --replace_string="#log-queries" --target_file="$dnsmasq_dir/01-pihole.conf" ynh_replace_string --match_string="^log-queries" --replace_string="#log-queries" --target_file="$dnsmasq_dir/01-pihole.conf"
fi fi
# Fix a too recent option for our dnsmasq version.
ynh_replace_string --match_string="log-queries=extra" --replace_string="log-queries" --target_file="$dnsmasq_dir/01-pihole.conf"
# #
# Tweak dnsmsasq's general conf cache-size # Tweak dnsmsasq's general conf cache-size