From c27ac66b61c8310c043f0ec18a9240a284640fe8 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 24 Jul 2025 14:01:12 +1000 Subject: [PATCH] docs: Update readme --- README.md | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index b6b6519..d084d70 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HNS DoH load balancer -## How to help +## Run a node to hellp the project Contact Nathan.Woodburn/ via - Email: contact@hnsdoh.com - Discord: https://l.woodburn.au/discord @@ -11,8 +11,6 @@ This server needs access to these ports - 853 (TCP/UDP) Required for DoT - 53 (TCP/UDP) Required for Plain DNS -Nathan will then add your IP to the domain which will let you create a certificate for the domain. - ## Install script Contact Nathan.Woodburn/ to get an Auth token. @@ -26,28 +24,6 @@ echo "TOKEN FROM NATHAN" > /root/hns_doh_loadbalancer/token sudo hns_doh_loadbalancer/install.sh ``` - - - -## Nodes -Load balancing to the following DNS-over-HTTPS providers: -| Provider | URL | DoH JSON | DoH Wire | DoT | DNS | HIP05 | -| ---------------- | ---------------------------------------- | -------- | -------- | --- | --- | ----- | -| Nathan.Woodburn/ | https://doh.hnshosting.au/dns-query | Yes | Yes | Yes | Yes | Yes | -| HNS DNS | https://doh.hnsdns.com/dns-query | Yes | Yes | No | Yes | Yes | -| HNS NS | https://hnsns.net/dns-query | Yes | Yes | No | No | Yes | -| Impervious | https://hs.dnssec.dev/dns-query | No | Yes | Yes | No | Yes | - - -## Maybe future nodes -| Provider | Reason to not be added | URL | DoH JSON | DoH Wire | DoT | DNS | HIP05 | -| ---------------- | -------------------------- | ---------------------------------------- | -------- | -------- | --- | --- | ----- | -| EasyHandshake | Doesn't have HIP5 support | https://easyhandshake.com:8053/dns-query | Yes | Yes | No | No | No | -| HDNS | Only supports NB domains | https://hdns.io | No | Yes | No | Yes | No | - - -- https://doh.hnshosting.au/dns-query -- https://easyhandshake.com:8053/dns-query -- https://doh.hnsdns.com/dns-query -- https://hs.dnssec.dev/dns-query (Currently not enabled) -- https://hnsns.net/dns-query +## How HNS DoH load balancer works +The load balancer is using DNS load balancing to distribute the load across multiple community ran DoH servers. +Each DoH server runs a recursive DNS server that is capable of resolving HNS names. It will respond to DNS queries over regular DNS in addition to DNS over HTTPS (DoH) and DNS over TLS (DoT). \ No newline at end of file