https://github.com/willnix/dnscrypt
Very basic DNSCrypt library for Go
https://github.com/willnix/dnscrypt
dnscrypt golang golang-package
Last synced: 5 months ago
JSON representation
Very basic DNSCrypt library for Go
- Host: GitHub
- URL: https://github.com/willnix/dnscrypt
- Owner: willnix
- License: gpl-3.0
- Created: 2017-03-01T13:10:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T14:23:57.000Z (over 9 years ago)
- Last Synced: 2025-10-01T05:38:52.347Z (9 months ago)
- Topics: dnscrypt, golang, golang-package
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dnscrypt
Very basic DNSCrypt library for go.
See [DNSCryptClient](https://github.com/willnix/DNSCryptClient) for a simple demo or [godoc](https://godoc.org/github.com/willnix/dnscrypt) for documentation.
The code also has lots of comments...
#### *DISCLAIMER:*
I wrote this to understand the protocol before implementing it in a language I am much less familiar with.
It is not feature complete, but should work with most DNSCrypt resolvers.
I tried not to make stupid mistakes and I think it behaves reasonably secure but please be careful!