From 391494ed11c97d52a0a3fbdf3e188be6a50a0285 Mon Sep 17 00:00:00 2001 From: necro-nemsis Date: Fri, 1 Jul 2022 09:07:33 -0400 Subject: [PATCH] Change patch address to localhost. --- SOURCES/default-dns.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SOURCES/default-dns.patch b/SOURCES/default-dns.patch index 2232811b7..32b7cc014 100644 --- a/SOURCES/default-dns.patch +++ b/SOURCES/default-dns.patch @@ -19,10 +19,9 @@ index 6bff9611..9c89bce6 100644 + // Fedora's systemd-resolved seems unable to connect to 127.3.2.1 for unknown reasons, + // however since systemd-resolved is perfectly happy with a different port so listen on + // localhost:953 as a workaround. -+ constexpr Default DefaultDNSBind{"127.3.2.1:953"}; ++ constexpr Default DefaultDNSBind{"127.0.0.1:953"}; #else constexpr Default DefaultDNSBind{"127.0.0.1:53"}; #endif --- +-- 2.30.2 -