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] 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 db2cc88..7005c8c 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",
-- 
GitLab