This commit is contained in:
32
README.md
32
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).
|
||||
Reference in New Issue
Block a user