From 39d2231f0ade54265570e0c02e59a15e758ffe7a Mon Sep 17 00:00:00 2001
From: Benedikt Christoph Wolters <462873ab5b@cloudflare.com>
Date: Wed, 13 Mar 2024 00:22:43 +0000
Subject: [PATCH] .
---
subfiles/service/dns.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/subfiles/service/dns.md b/subfiles/service/dns.md
index d2af2ff9af..ce2617a077 100644
--- a/subfiles/service/dns.md
+++ b/subfiles/service/dns.md
@@ -24,6 +24,7 @@ And hey, if you are network administrator do [block Cloudflare](../block_cloudfl
| Type | Value | Note |
| --- | --- | --- |
-| DNS-over-HTTPS | `https://dns.crimeflare.eu.org:5443/dns-query` | ![](../../image/dnsset-doh.jpg)
`curl -v --doh-url https://dns.crimeflare.eu.org:5443/dns-query https://www.youtube.com/robots.txt` |
+| DNS-over-HTTPS(DoH) | `https://dns.crimeflare.eu.org:5443/dns-query` | ![](../../image/dnsset-doh.jpg)
`curl -v --doh-url https://dns.crimeflare.eu.org:5443/dns-query https://www.youtube.com/robots.txt` |
+| DNS-over-TLS(DoT) | `dns.crimeflare.eu.org` (TCP 853) | ![](../../image/dnsset-dot.jpg) |
| DNSCrypt | `65.21.252.201:5353`
Public key: `4c2180637316a2e36654cb9ce53915147cf824fed6b3cfcb83a39b7a036172c3`
Provider name: `2.dnscrypt-cert.crimeflare.decloudflare.dns`
DNS Stamp:
`sdns://AQMAAAAAAAAAEjY1LjIxLjI1Mi4yMDE6NTM1MyBMIYBjcxai42ZUy5zlORUUfPgk_tazz8uDo5t6A2FywysyLmRuc2NyeXB0LWNlcnQuY3JpbWVmbGFyZS5kZWNsb3VkZmxhcmUuZG5z` |
-| ~~DNS (UDP/TCP)~~ | `Discontinued` `53/udp 53/tcp` | TCP is rate-limited softly.
Port 53 is [unencypted DNS](https://en.wikipedia.org/wiki/Domain_Name_System).
You should use encrypted protocol mentioned above if you can. |
+| ~~DNS (UDP/TCP)~~ | `53/udp 53/tcp`
_Discontinued to promote encryption_ | TCP is rate-limited softly.
Port 53 is [unencypted DNS](https://en.wikipedia.org/wiki/Domain_Name_System).
You should use encrypted protocol mentioned above if you can. |