Skip to main content

Python client for Google's Public DNS-over-HTTPS service

Project description

Simple Python client for Google’s Public DNS-over-HTTPS service.

https://travis-ci.org/wglodek/dns-over-https.svg?branch=master Code Climate Test Coverage

Quickstart

>>> from dns_over_https import SecureDNS
>>> r = SecureDNS()
>>> r.gethostbyname('www.breakpoint-labs.com')
u'37.60.235.49'
>>> r = SecureDNS(query_type='AAAA')
>>> r.gethostbyname('www.google.com')
u'2607:f8b0:400d:c02::6a'
>>> r.resolve('www.mit.edu')
[u'2001:590:100b:182::255e', u'2001:590:100b:18b::255e']
>>>

Installation

To install dns_over_https, simply:

$ pip install dns_over_https

Documentation

Coming soon.

License

MIT

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page