V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
Livid
V2EX  ›  Python

一个 Python 的 DNS over HTTP/HTTPS 实现

  •  
  •   Livid · 2018-10-19 05:58:19 +08:00 · 4027 次点击
    这是一个创建于 1987 天前的主题,其中的信息可能已经有所发展或是发生改变。
    https://pypi.org/project/doh-proxy/

    从 GitHub 上的信息来看,似乎是一个来自 Facebook 的项目。
    5 条回复    2018-10-19 10:03:38 +08:00
    Livid
        1
    Livid  
    MOD
    OP
       2018-10-19 06:40:19 +08:00
    其实我主要是好奇,像 1.1.1.1 的这个查询接口,应该是基于某个开源软件的吧,但具体是哪个呢:

    curl -H 'accept: application/dns-json' 'https://cloudflare-dns.com/dns-query?name=example.com&type=AAAA'

    xofyarg
        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/
    Livid
        3
    Livid  
    MOD
    OP
       2018-10-19 07:39:59 +08:00
    holajamc
        4
    holajamc  
       2018-10-19 09:07:18 +08:00
    也写过一个 https://github.com/JamCh01/dohpp 但是有一些小问题始终得不到解决 emmm 很头痛
    artandlol
        5
    artandlol  
       2018-10-19 10:03:38 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3326 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 13:44 · PVG 21:44 · LAX 06:44 · JFK 09:44
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.