deCloudflare/subfiles/service/dns.md

31 lines
2.2 KiB
Markdown
Raw Normal View History

2023-06-09 08:53:52 -04:00
# Crimeflare Public DNS
![](../../image/telegram/320b8067457ce8c47838c4a07fad670b.jpg)
### About this service
2023-07-16 20:39:19 -04:00
- **No** logs. **No** statistics! **No** collection!! Say NO to data collection ;)
2023-12-06 19:43:09 -05:00
- DNS for any devices.
2023-07-16 20:39:19 -04:00
- Unlike those popular public DNS service:
- Google Public DNS (8.8.8.8), the default value of Android, Routers and some Linux, [collects information](https://web.archive.org/web/20230618153339/https://developers.google.com/speed/public-dns/privacy) such as queries including requested domain name and IP address.
- Cloudflare (1.1.1.1) also [collects information](https://web.archive.org/web/20230626025054/https://developers.cloudflare.com/1.1.1.1/privacy/public-dns-resolver/) such as queryName and IP. They also categorize them and list data publicly.
2023-06-09 08:53:52 -04:00
- **Block Cloudflare** sites. There are better ethical websites on the internet!
- Return answer will be empty.
2023-08-28 19:17:26 -04:00
- **Block problematic/unsafe contents** using StevenBlack's [adware + malware](https://github.com/StevenBlack/hosts/blob/master/readme.md) list.
2023-08-28 19:16:26 -04:00
- Note: We DO NOT censor/filter other things. Please report false positive to above list provider.
2023-06-09 08:53:52 -04:00
- **Block DNS-rebind attack**.
And hey, if you are network administrator do [block Cloudflare](../block_cloudflare_with/dns.md) for your users!
### Details
2023-12-06 19:21:20 -05:00
2023-06-09 08:53:52 -04:00
| Type | Value | Note |
| --- | --- | --- |
2024-03-12 20:22:43 -04:00
| DNS-over-HTTPS(DoH) | `https://dns.crimeflare.eu.org:5443/dns-query` | ![](../../image/dnsset-doh.jpg)<br>`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) |
2023-12-09 22:18:49 -05:00
| DNSCrypt | `65.21.252.201:5353`<br>Public key: `4c2180637316a2e36654cb9ce53915147cf824fed6b3cfcb83a39b7a036172c3`<br>Provider name: `2.dnscrypt-cert.crimeflare.decloudflare.dns`<br>DNS Stamp:<br>`sdns://AQMAAAAAAAAAEjY1LjIxLjI1Mi4yMDE6NTM1MyBMIYBjcxai42ZUy5zlORUUfPgk_tazz8uDo5t6A2FywysyLmRuc2NyeXB0LWNlcnQuY3JpbWVmbGFyZS5kZWNsb3VkZmxhcmUuZG5z` |
2024-03-12 20:22:43 -04:00
| ~~DNS (UDP/TCP)~~ | `53/udp 53/tcp`<br>_Discontinued to promote encryption_ | TCP is rate-limited softly.<br>Port 53 is [unencypted DNS](https://en.wikipedia.org/wiki/Domain_Name_System).<br>You should use encrypted protocol mentioned above if you can. |