From d9f34ba9764562a3a50109c293d71657832c664a Mon Sep 17 00:00:00 2001
From: Nathan Woodburn <github@nathan.woodburn.au>
Date: Fri, 28 Mar 2025 22:43:10 +1100
Subject: [PATCH] feat: Use new test domains for easier debugging

---
 public/index.html | 4 ++--
 test.sh           | 6 +++---
 test_inf.sh       | 6 +++---
 test_region.sh    | 6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/public/index.html b/public/index.html
index 0c506d8..7011038 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,10 +9,10 @@
     <meta name="twitter:card" content="summary">
     <meta name="twitter:description" content="Access Handshake Domains with DNS over HTTPS">
     <meta property="og:title" content="HNS DoH">
-    <meta name="description" content="Access Handshake Domains with DNS over HTTPS">
     <meta property="og:type" content="website">
     <meta property="og:description" content="Access Handshake Domains with DNS over HTTPS">
     <meta name="twitter:title" content="HNS DoH">
+    <meta name="description" content="Access Handshake Domains with DNS over HTTPS">
     <meta property="og:image" content="https://hnsdoh.woodburn.au/assets/img/HNS.png">
     <script type="application/ld+json">
         {
@@ -73,7 +73,7 @@
             <li class="list-group-item">
                 <div>
                     <h5 class="display-5">DNS over HTTPS</h5>
-                    <p>DNS over HTTPS is supported by most browsers. To add HNSDoH to your revolvers add this URL to your Secure DNS setting<br><code style="display: block;">https://hnsdoh.com/dns-query</code></p>
+                    <p>DNS over HTTPS is supported by most browsers. To add HNSDoH to your resolvers add this URL to your Secure DNS setting<br><code style="display: block;">https://hnsdoh.com/dns-query</code></p>
                     <p>You can also specify a specific region to have faster resolution with a lower number of servers for redundancy.<br><code style="display: block;">https://{region}.hnsdoh.com/dns-query</code><span>For example the AU region can be set using:&nbsp;</span><code style="display: inline;">https://au.hnsdoh.com/dns-query</code></p>
                 </div>
             </li>
diff --git a/test.sh b/test.sh
index 6a8dd12..30a9a06 100755
--- a/test.sh
+++ b/test.sh
@@ -29,9 +29,9 @@ do
     echo "Running kdig commands for NODE_IP=$NODE_IP"
 
     # Run the kdig commands
-    kdig +tls +tls-host=$TLS_HOST @$NODE_IP 1.wdbrn TXT +short
-    kdig +tls-ca +https=@$DOH_URL @$NODE_IP 2.wdbrn TXT +short
-    kdig @$NODE_IP 3.wdbrn TXT +short
+    kdig +tls +tls-host=$TLS_HOST @$NODE_IP dot.wdbrn TXT +short
+    kdig +tls-ca +https=@$DOH_URL @$NODE_IP doh.wdbrn TXT +short
+    kdig @$NODE_IP plain.wdbrn TXT +short
 
     echo "Completed kdig commands for NODE_IP=$NODE_IP"
     echo "--------------------------------------------"
diff --git a/test_inf.sh b/test_inf.sh
index 81a73b0..36ef874 100755
--- a/test_inf.sh
+++ b/test_inf.sh
@@ -22,9 +22,9 @@ do
     echo "Running kdig commands for NODE_IP=$NODE_IP"
 
     # Run the kdig commands
-    kdig +tls +tls-host=$TLS_HOST @$NODE_IP 1.wdbrn TXT +short
-    kdig +tls-ca +https=@$DOH_URL @$NODE_IP 2.wdbrn TXT +short
-    kdig @$NODE_IP 3.wdbrn TXT +short
+    kdig +tls +tls-host=$TLS_HOST @$NODE_IP dot.wdbrn TXT +short
+    kdig +tls-ca +https=@$DOH_URL @$NODE_IP doh.wdbrn TXT +short
+    kdig @$NODE_IP plain.wdbrn TXT +short
 
     echo "Completed kdig commands for NODE_IP=$NODE_IP"
     echo "--------------------------------------------"
diff --git a/test_region.sh b/test_region.sh
index 1c65015..f08275a 100755
--- a/test_region.sh
+++ b/test_region.sh
@@ -42,9 +42,9 @@ do
     echo "Running kdig commands for NODE_IP=$NODE_IP"
 
     # Run the kdig commands
-    kdig +tls +tls-host=$TLS_HOST @$NODE_IP 1.wdbrn TXT +short
-    kdig +tls-ca +https=@$DOH_URL @$NODE_IP 2.wdbrn TXT +short
-    kdig @$NODE_IP 3.wdbrn TXT +short
+    kdig +tls +tls-host=$TLS_HOST @$NODE_IP dot.wdbrn TXT +short
+    kdig +tls-ca +https=@$DOH_URL @$NODE_IP doh.wdbrn TXT +short
+    kdig @$NODE_IP plain.wdbrn TXT +short
 
     echo "Completed kdig commands for NODE_IP=$NODE_IP"
     echo "--------------------------------------------"