Update DNS service for clearnet queries
This commit is contained in:
parent
b93e2560b6
commit
ea55223a4a
@ -61,11 +61,7 @@ The root zone also includes stubs for resolving domains in networks associated t
|
||||
|---|---|
|
||||
| dns.burble.dn42<br/>b.recursive-servers.dn42| 172.20.129.2<br/>fd42:4242:2601:ac53::53 |
|
||||
<br/>
|
||||
dns.burble.dn42 is a caching, recursive DNS service for DN42 related zones using
|
||||
the burble.dn42 authoritative service as a local root zone. By issuing parallel queries
|
||||
across five regional masters, the recursive service takes advantage of the burble.dn42 global
|
||||
scale to reduce latency and avoid local connectivity problems.
|
||||
|
||||
dns.burble.dn42 is a caching, recursive DNS service that returns results for both DN42 and clearnet domains. By issuing parallel queries across five regional masters, the recursive service takes advantage of the burble.dn42 global scale to reduce latency and avoid local connectivity problems.
|
||||
|
||||
The recursor is DNSSEC enabled and validates all queries.
|
||||
|
||||
@ -146,13 +142,15 @@ is found.
|
||||
|
||||
The dns.burble.dn42 recursive service is provided by
|
||||
[dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html)
|
||||
configured using the 'all-servers' mode. Queries are forwarded to all 5 regional masters
|
||||
in parallel and the first response received is then returned. This approach ensures users
|
||||
get the lowest latency results possible, regardless of location, and that any local
|
||||
connectivity issues do not impact the results.
|
||||
configured using the 'all-servers' mode. DN42 queries are forwarded to all 5
|
||||
regional masters in parallel and the first response received is then returned.
|
||||
This approach ensures users get the lowest latency results possible, regardless of
|
||||
location, and that any local connectivity issues do not impact the results.
|
||||
|
||||
Recursive queries are cached on the edge nodes and master nodes, creating a network wide cache
|
||||
of results across all users of the service.
|
||||
Clearnet queries are forwarded to a combination of Google and Cloudflare services.
|
||||
|
||||
Recursive queries are cached on the edge nodes and master nodes, creating a network
|
||||
wide cache of results across all users of the service.
|
||||
|
||||
Each edge node also runs [m13253/dns-over-https](https://github.com/m13253/dns-over-https)
|
||||
to provide the DNS over HTTPS service.
|
||||
|
@ -6,10 +6,14 @@ visible: true
|
||||
|
||||
A log of changes to the burble.dn42 network.
|
||||
|
||||
===
|
||||
e===
|
||||
|
||||
## burble.dn42 Maintenance Log
|
||||
|
||||
#### 2nd October 2019
|
||||
|
||||
The recursive DNS service now supports clearnet queries
|
||||
|
||||
#### 15th September 2019
|
||||
|
||||
Stop supporting IPsec tunnels
|
||||
|
Loading…
x
Reference in New Issue
Block a user