Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tech_notes:dns [2024-06-16 Sun wk24 10:20] – [DNS Performance Checker] baumkp | tech_notes:dns [2025-08-09 Sat wk32 11:11] (current) – [Public DNS providers] baumkp | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| =====Public DNS providers===== | =====Public DNS providers===== | ||
| - | - [[https:// | + | - [[https:// |
| - IPv4 (filtered) | - IPv4 (filtered) | ||
| - 9.9.9.9 | - 9.9.9.9 | ||
| Line 57: | Line 57: | ||
| - 2620: | - 2620: | ||
| - 2620: | - 2620: | ||
| - | - [[https:// | + | - [[https:// |
| - IPv4 (unfiltered) | - IPv4 (unfiltered) | ||
| - 1.1.1.1 | - 1.1.1.1 | ||
| Line 65: | Line 65: | ||
| - 2620: | - 2620: | ||
| - See [[https:// | - See [[https:// | ||
| + | - [[https:// | ||
| + | - IPv4 (unfiltered) | ||
| + | - 8.8.8.8 | ||
| + | - 8.8.4.4 | ||
| + | - IPv6 (unfiltered) | ||
| + | - 2001: | ||
| + | - 2001: | ||
| =====Linux DNS Setup===== | =====Linux DNS Setup===== | ||
| The local OS DNS servers are specified in ''/ | The local OS DNS servers are specified in ''/ | ||
| The bind9 file that configs the DNS forwarders is ''/ | The bind9 file that configs the DNS forwarders is ''/ | ||
| + | ++++/ | ||
| + | < | ||
| + | //quad9 with basic malware blocking, no ECS | ||
| + | 9.9.9.9; | ||
| + | 149.112.112.112; | ||
| + | // | ||
| + | //1.1.1.1; | ||
| + | //1.0.0.1; | ||
| + | // | ||
| + | 1.1.1.2; | ||
| + | 1.0.0.2; | ||
| + | //Opendns basic | ||
| + | 208.67.222.222; | ||
| + | 208.67.220.220; | ||
| + | };</ | ||
| + | ++++ | ||
| The kea dhcp configuration has the following related to DNS and gateway setup. | The kea dhcp configuration has the following related to DNS and gateway setup. | ||
| Line 100: | Line 122: | ||
| =====DNS Performance Checker===== | =====DNS Performance Checker===== | ||
| A good resource for checking DNS performance is from [[https:// | A good resource for checking DNS performance is from [[https:// | ||
| + | When run on 2025-08-09 basic performance rankings with average cached response times are: | ||
| + | 1. QUAD9-AS-1, US (3ms) | ||
| + | 1. CLOUDFLARENET, | ||
| + | 2. CISCO-UMBRELLA, | ||
| + | 3. GOGGLE, US (47ms) | ||
| <- tech_notes: | <- tech_notes: | ||