Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| docker_notes:docker-dns [2025-12-17 Wed wk51 07:35] – [bind9 config files] baumkp | docker_notes:docker-dns [2026-02-15 Sun wk07 08:37] (current) – [Testing DNS] baumkp | ||
|---|---|---|---|
| Line 62: | Line 62: | ||
| ====bind9 config files==== | ====bind9 config files==== | ||
| - | I breakdown the ''/ | + | I am basically running a caching and forwarding local DNS. The caching and forwarding should allow improved overall DNS performance. |
| + | |||
| + | I breakdown the ''/ | ||
| ++++/ | ++++/ | ||
| Line 220: | Line 222: | ||
| ++++ | ++++ | ||
| - | ++++/ | + | ++++NOT USED, as not running a recursive DNS: / |
| < | < | ||
| // recursive DNS resolver. If you want to run an authoritative nameserver | // recursive DNS resolver. If you want to run an authoritative nameserver | ||
| Line 423: | Line 425: | ||
| DNS over TLS encrypts the DNS data so others can not see the specific DNS query and response. | DNS over TLS encrypts the DNS data so others can not see the specific DNS query and response. | ||
| - | It looks like Bind9 is still working on support for DNS over TLS (DoT) for forwarders. | + | Bind9 circa version 9.20 allows used of TLS forwarders, e.g. |
| + | ++++/ | ||
| + | < | ||
| + | tls quad9-tls { remote-hostname " | ||
| + | tls google-tls { remote-hostname " | ||
| + | options { | ||
| + | ... | ||
| + | forwarders port 853 { | ||
| + | 1.1.1.1 tls cloudflare-tls; | ||
| + | 1.0.0.1 tls cloudflare-tls; | ||
| + | 2606: | ||
| + | 2606: | ||
| - | *quad9 TLS config data: | + | |
| - | *'' | + | 149.112.112.112 tls quad9-tls; |
| - | *'' | + | 2620:fe::fe tls quad9-tls; |
| - | | + | 2620:fe::9 tls quad9-tls; |
| - | *'' | + | |
| + | 8.8.8.8 tls google-tls; | ||
| + | 8.8.4.4 tls google-tls; | ||
| + | 2001: | ||
| + | 2001: | ||
| + | }; | ||
| + | };</ | ||
| + | ++++ | ||
| Line 446: | Line 465: | ||
| *[[https:// | *[[https:// | ||
| *[[https:// | *[[https:// | ||
| - | * | + | *[[https:// |
| + | *[[https:// | ||
| + | *DNS Web Check Sites | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| =====Testing DNS===== | =====Testing DNS===== | ||
| My local recursive servers are '' | My local recursive servers are '' | ||
| *Using '' | *Using '' | ||
| - | *'' | + | *'' |
| - | *'' | + | *'' |
| - | *'' | + | *'' |
| *'' | *'' | ||
| + | *use flag '' | ||
| *Using '' | *Using '' | ||
| *'' | *'' | ||