2023-12-15 17:00:01 +11:00
|
|
|
# HNS DoH load balancer
|
2023-12-15 14:29:49 +11:00
|
|
|
|
2023-12-16 12:05:45 +11:00
|
|
|
## How to help
|
|
|
|
Contact Nathan.Woodburn/ via
|
2023-12-16 12:22:45 +11:00
|
|
|
- Email: contact@hnsdoh.com
|
2023-12-16 12:05:45 +11:00
|
|
|
- Discord: https://l.woodburn.au/discord
|
|
|
|
|
|
|
|
You will need a static IP address that you can host the container on.
|
|
|
|
Nathan will then add your IP to the domain which will let you create a certificate for the domain.
|
|
|
|
|
|
|
|
|
2023-12-15 17:00:01 +11:00
|
|
|
## Run with docker
|
|
|
|
```bash
|
|
|
|
docker run -d --name hns_doh git.woodburn.au/nathanwoodburn/hns_doh:latest
|
|
|
|
```
|
2023-12-15 14:29:49 +11:00
|
|
|
|
2023-12-15 17:00:01 +11:00
|
|
|
Then setup your favourite reverse proxy to the container on port 80
|
|
|
|
|
|
|
|
## Nodes
|
2023-12-15 14:29:49 +11:00
|
|
|
Load balancing to the following DNS-over-HTTPS providers:
|
2023-12-16 16:20:03 +11:00
|
|
|
| Provider | URL | DoH JSON | DoH Wire | DoT | DNS |
|
|
|
|
| ---------------- | ---------------------------------------- | -------- | -------- | --- | --- |
|
|
|
|
| Nathan.Woodburn/ | https://doh.hnshosting.au/dns-query | Yes | Yes | Yes | Yes |
|
|
|
|
| EasyHandshake | https://easyhandshake.com:8053/dns-query | Yes | Yes | No | No |
|
|
|
|
| HNS DNS | https://doh.hnsdns.com/dns-query | Yes | Yes | No | Yes |
|
|
|
|
| HNS NS | https://hnsns.net/dns-query | Yes | Yes | No | No |
|
|
|
|
| Impervious | https://hs.dnssec.dev/dns-query | No | Yes | Yes | No |
|
|
|
|
|
|
|
|
|
2023-12-15 14:29:49 +11:00
|
|
|
- https://doh.hnshosting.au/dns-query
|
|
|
|
- https://easyhandshake.com:8053/dns-query
|
|
|
|
- https://doh.hnsdns.com/dns-query
|
2023-12-16 16:20:03 +11:00
|
|
|
- https://hs.dnssec.dev/dns-query (Currently not enabled)
|
2023-12-15 14:29:49 +11:00
|
|
|
- https://hnsns.net/dns-query
|