Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bagder/dns2doh
- Owner: bagder
- License: mit
- Created: 2017-11-08T09:43:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T21:14:19.000Z (about 5 years ago)
- Last Synced: 2024-11-01T10:35:06.284Z (12 days ago)
- Topics: dns, dns-over-https, doh
- Language: Perl
- Homepage: https://bagder.github.io/dns2doh/
- Size: 49.8 KB
- Stars: 70
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)