Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bagder/dns2doh

DNS to DoH
https://github.com/bagder/dns2doh

dns dns-over-https doh

Last synced: 5 days ago
JSON representation

DNS to DoH

Awesome Lists containing this project

README

        

# dns2doh

dns2doh - resolves with DNS and generates a DoH response.

doh - resolves a host name over DoH.

Docs: https://bagder.github.io/dns2doh/

# FAQ

## I can't base64 decode it!

It uses the [base64url](https://tools.ietf.org/html/rfc4648#section-5) format,
which is like normal base64 but with two letters changed.

## Where's the spec?

DoH: [RFC 8484](https://tools.ietf.org/html/rfc8484)

DNS: [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt)