From dfba0c36c5f56a4f1817fb84b6bccfe206d0a8d8 Mon Sep 17 00:00:00 2001 From: bfahrenfort <59982409+bfahrenfort@users.noreply.github.com> Date: Mon, 12 May 2025 15:48:41 -0500 Subject: [PATCH 1/2] config: Add captive portal domains --- doh-client/doh-client.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doh-client/doh-client.conf b/doh-client/doh-client.conf index db2cc880..7005c8c6 100644 --- a/doh-client/doh-client.conf +++ b/doh-client/doh-client.conf @@ -83,6 +83,8 @@ passthrough = [ "detectportal.firefox.com", "msftconnecttest.com", "nmcheck.gnome.org", + "globalreachtech.com", + "network-auth.com", "pool.ntp.org", "time.apple.com", From 87b3eeddedae43f28df7b6934834cdf9172c4ef6 Mon Sep 17 00:00:00 2001 From: bfahrenfort <59982409+bfahrenfort@users.noreply.github.com> Date: Wed, 28 May 2025 15:26:28 -0500 Subject: [PATCH 2/2] doh-client: lint --- doh-client/doh-client.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doh-client/doh-client.conf b/doh-client/doh-client.conf index 7005c8c6..01d12912 100644 --- a/doh-client/doh-client.conf +++ b/doh-client/doh-client.conf @@ -81,10 +81,10 @@ passthrough = [ "captive.apple.com", "connectivitycheck.gstatic.com", "detectportal.firefox.com", - "msftconnecttest.com", - "nmcheck.gnome.org", "globalreachtech.com", + "msftconnecttest.com", "network-auth.com", + "nmcheck.gnome.org", "pool.ntp.org", "time.apple.com",