https://github.com/ameshkov/dnsstamps
DNS stamps implementation
https://github.com/ameshkov/dnsstamps
Last synced: about 1 month ago
JSON representation
DNS stamps implementation
- Host: GitHub
- URL: https://github.com/ameshkov/dnsstamps
- Owner: ameshkov
- License: unlicense
- Created: 2018-12-29T09:45:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T10:51:36.000Z (over 4 years ago)
- Last Synced: 2025-03-24T17:55:16.043Z (about 2 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/ameshkov/dnsstamps)
[](https://codecov.io/github/ameshkov/dnsstamps?branch=master)
[](https://goreportcard.com/report/ameshkov/dnsstamps)
[](https://godoc.org/github.com/ameshkov/dnsstamps)# DNS Stamps
Implementation of [DNS stamps](https://dnscrypt.info/stamps-specifications/):
> Server stamps encode all the parameters required to connect to a secure DNS server as a single string.
Think about stamps as QR code, but for DNS.Half of the code comes from the DNS stamps author: https://github.com/jedisct1/go-dnsstamps
This library was made for a single purpose - to add missing stamps implementations: plain DNS and DNS-over-TLS.
TODO: backport to https://github.com/jedisct1/go-dnsstamps