1
Livid MOD OP 其实我主要是好奇,像 1.1.1.1 的这个查询接口,应该是基于某个开源软件的吧,但具体是哪个呢:
curl -H 'accept: application/dns-json' 'https://cloudflare-dns.com/dns-query?name=example.com&type=AAAA' |
2
xofyarg 2018-10-19 07:37:07 +08:00
> While DNSSEC ensures integrity of data between a resolver and an authoritative server, it does not protect the privacy of the “ last mile ” towards you. DNS resolver, 1.1.1.1, supports both emerging DNS privacy standards - DNS-over-TLS, and DNS-over-HTTPS, which both provide last mile encryption to keep your DNS queries private and free from tampering.
> In the end, we decided to build the system around the Knot Resolver from CZ NIC. https://blog.cloudflare.com/dns-resolver-1-1-1-1/ |
3
Livid MOD OP |
4
holajamc 2018-10-19 09:07:18 +08:00
也写过一个 https://github.com/JamCh01/dohpp 但是有一些小问题始终得不到解决 emmm 很头痛
|
5
artandlol 2018-10-19 10:03:38 +08:00
|