Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| knb:dohdot_en [2019/10/20 18:48] – awickert | knb:dohdot_en [2025/09/10 20:36] (aktuell) – t0biii | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| {{htmlmetatags> | {{htmlmetatags> | ||
| - | ====== DNS-over-HTTPS | + | ====== DNS-over-HTTPS/-TLS/ |
| {{: | {{: | ||
| - | \\ | ||
| - | Sep 16, 2019 | ||
| ===== Background | ===== Background | ||
| 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:// | + | ===== Addresses & Protocols ===== |
| + | Our DNS servers are available both as " | ||
| + | * DNS over TLS '' | ||
| + | * DNS over HTTPS '' | ||
| + | * DNS over HTTP/3 '' | ||
| + | * DNS over QUIC '' | ||
| + | For configuration, | ||
| + | * '' | ||
| + | * '' | ||
| + | * https:// | ||
| - | Addresses: | ||
| - | * '' | ||
| - | * '' | ||
| ===== Firefox ===== | ===== Firefox ===== | ||
| Zeile 46: | Zeile 52: | ||
| ==== Android < 9 ==== | ==== Android < 9 ==== | ||
| If you have an Android system that is older than Android 9, you will need to use other apps. | If you have an Android system that is older than Android 9, you will need to use other apps. | ||
| - | Our current recommendation is "Infra". ([[https:// | + | Our current recommendation is "Intra". ([[https:// |
| \\ | \\ | ||
| \\ | \\ | ||
| Zeile 64: | Zeile 70: | ||
| < | < | ||
| name: " | name: " | ||
| - | forward-addr: | + | forward-addr: |
| - | 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 ===== | ||
| - | If everything worked out, you can do a [[http://dns-leak.com/|DNSLeak-Test]] and the result should look like this: | + | If everything worked out, you can do a [[https://dnsleaktest.com/|DNS leak test]] and the result should look like this: |
| - | {{ :knb:2019-09-16-doh-success.png? | + | {{ :knb:dnsleaktest.png? |
| + | (It can also show a different set of IP addresses in the 5.1.66.0/24 IPv4 prefix from our other PoP in Vienna, Austria) | ||
| + | |||
| + | Additional sites: | ||
| + | * https:// | ||
| ===== Statistics ===== | ===== Statistics ===== | ||
| Of course there is also a detailed **[[https:// | Of course there is also a detailed **[[https:// | ||
| + | |||
| + | <WRAP center round alert 80%> | ||
| + | **Just to say it**: \\ | ||
| + | \\ | ||
| + | At Freifunk München, there are no logs that allow any conclusions to be drawn about the use. | ||
| + | There are a few general counters: \\ | ||
| + | \\ | ||
| + | https:// | ||
| + | \\ | ||
| + | And we have logs about requests/IP for rate-limits, | ||
| + | |||
| + | </ | ||
| ===== More about this topic ===== | ===== More about this topic ===== | ||