Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| knb:dohdot_en [2025/09/08 01:08] – t0biii | knb:dohdot_en [2025/09/10 20:36] (aktuell) – t0biii | ||
|---|---|---|---|
| Zeile 5: | Zeile 5: | ||
| Surely you've heard of the topic that is currently haunting [[https:// | Surely you've heard of the topic that is currently haunting [[https:// | ||
| - | That's why we have set up a DoH/DoT server for you, which you can for example directly add to Firefox, use via App or combine with another DNS server. | + | That's why we have set up a DoH/DoT/DoQ server for you, which you can for example directly add to Firefox, use via App or combine with another DNS server. |
| We also registered on the page of the [[https:// | We also registered on the page of the [[https:// | ||
| Zeile 11: | Zeile 11: | ||
| ===== Addresses & Protocols ===== | ===== Addresses & Protocols ===== | ||
| Our DNS servers are available both as " | Our DNS servers are available both as " | ||
| - | * DNS over TLS | + | * DNS over TLS '' |
| - | * DNS over HTTPS | + | * DNS over HTTPS '' |
| - | * DNS over HTTP/ | + | * DNS over HTTP/ |
| - | * DNS over QUIC | + | * DNS over QUIC '' |
| For configuration, | For configuration, | ||
| * '' | * '' | ||
| Zeile 73: | Zeile 73: | ||
| forward-addr: | forward-addr: | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== AVM Fritz!Box ===== | ||
| + | Since Fritz!OS 7.20, it has been possible to configure DoT servers directly in the Fritz!Box. | ||
| + | Go to Internet -> Account Information -> DNS-Server. At the bottom field, enter dot.ffmuc.net as the hostname: | ||
| + | |||
| + | |||
| + | {{ : | ||
| + | |||
| + | In the Online Monitor, you can now see that the following entries also appear under "DNS servers used": | ||
| + | |||
| + | 2001: | ||
| + | 2001: | ||
| + | 5.1.66.255 (DoT-encrypted) | ||
| + | 185.150.99.255 (DoT-encrypted) | ||
| + | | ||
| + | For one of the four, it also says " | ||
| + | |||
| + | If that is the case, everything is set up correctly. | ||
| + | |||
| + | |||
| + | ===== Mikrotik / RouterOS ===== | ||
| + | |||
| + | The main problem here is that the devices do not trust the FFMuc Let’s Encrypt certificate by default. | ||
| + | Therefore, we first need to configure the regular DNS, download and install the certificate, | ||
| + | |||
| + | < | ||
| + | /ip dns set servers=5.1.66.255, | ||
| + | /tool fetch url=https:// | ||
| + | / | ||
| + | /ip dns set servers=5.1.66.255, | ||
| + | </ | ||
| + | |||
| + | (The command line instructions are given here. In the GUI, the hierarchy is identical, meaning instead of "/ip dns set" you select the menu item " | ||
| + | |||
| ===== DNS leak-Test ===== | ===== DNS leak-Test ===== | ||