From 452c6b664d5c15f581dfa14f1a7e23d18ed417b6 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Tue, 14 Sep 2021 15:25:17 +0200 Subject: [PATCH] remove a tmp fix for old dnsmasq versions --- conf/dnsmasq_regenconf_hook | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/dnsmasq_regenconf_hook b/conf/dnsmasq_regenconf_hook index be9d1fa..bc8fd2a 100755 --- a/conf/dnsmasq_regenconf_hook +++ b/conf/dnsmasq_regenconf_hook @@ -28,8 +28,6 @@ if [ "$query_logging" = "true" ]; then else ynh_replace_string --match_string="^log-queries" --replace_string="#log-queries" --target_file="$dnsmasq_dir/01-pihole.conf" 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