feat: Use new test domains for easier debugging
All checks were successful
Build Docker / Build_Docker (push) Successful in 1m4s
All checks were successful
Build Docker / Build_Docker (push) Successful in 1m4s
This commit is contained in:
@@ -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: </span><code style="display: inline;">https://au.hnsdoh.com/dns-query</code></p>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
6
test.sh
6
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 "--------------------------------------------"
|
||||
|
||||
@@ -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 "--------------------------------------------"
|
||||
|
||||
@@ -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 "--------------------------------------------"
|
||||
|
||||
Reference in New Issue
Block a user