willnix / dnscrypt

Very basic DNSCrypt library for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dnscrypt

Very basic DNSCrypt library for go.

See DNSCryptClient for a simple demo or godoc 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!

About

Very basic DNSCrypt library for Go

License:GNU General Public License v3.0


Languages

Language:Go 100.0%