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:09] – t0biii | knb:dohdot_en [2025/09/08 01:41] (aktuell) – t0biii | ||
---|---|---|---|
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 ===== |