Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simulator/encrypted-dns: new encrypted DNS module #41

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
simulator/encdns: add package doc to libdnscrypt
  • Loading branch information
kmroz committed Dec 13, 2021
commit 0e25efd4f8342afaa13ea8496201e7d555549dbc
5 changes: 5 additions & 0 deletions simulator/encdns/dnscrypt/libdnscrypt/client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Package libdnscrypt provides the main functionality behind DNSCrypt. It's pieced
// together from code found in the reference DNSCrypt implementation
// (https://github.com/DNSCrypt/dnscrypt-proxy), and in
// https://github.com/ameshkov/dnscrypt.git. The goal was the provide FlightSim with
// just enough DNSCrypt, without pulling in too many non-golang.org third party libs.
package libdnscrypt

import (
Expand Down