From f57edf01d5d852b85b9a8c8a52e58fe489f3fa1a Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 27 Dec 2023 07:19:00 +0100 Subject: [PATCH] the python code to kepp the port 53 is now useless as it's now hardcoded --- scripts/_common.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 57b7c70..e140ef3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -63,10 +63,6 @@ if \"0.0.0.0\" in conf_file[\"dns\"][\"bind_hosts\"]: if \"$ipv6_addr\": conf_file[\"dns\"][\"bind_hosts\"].append(\"$ipv6_addr\") need_file_update = True - -if conf_file[\"dns\"][\"port\"] != 53: - conf_file[\"dns\"][\"port\"] = 53 - need_file_update = True if need_file_update: with open(\"$install_dir/AdGuardHome.yaml\", 'w') as file: