pull/5/head
Frank Denis 5 years ago
parent 4b470222c4
commit 1fbdd39937

@ -3,6 +3,12 @@ name = "encrypted-dns"
version = "0.1.0"
authors = ["Frank Denis <github@pureftpd.org>"]
edition = "2018"
description = "A modern encrypted DNS server (DNSCrypt, Anonymized DNSCrypt, DoH)"
keywords = ["dnscrypt","dnscrypt-proxy","anonymized-dnscrypt","encryption","dns","https","doh","proxy"]
license = "MIT"
homepage = "https://github.com/jedisct1/encrypted-dns-server"
repository = "https://github.com/jedisct1/encrypted-dns-server"
categories = ["asynchronous", "network-programming","command-line-utilities"]
[dependencies]
byteorder = "1.3.2"

@ -62,3 +62,7 @@ The proxy creates and updates a file named `encrypted-dns.state` by default. Tha
Do not delete the file, unless you want to change parameters (such as the provider name), and keep it secret, or the keys will be lost.
Putting it in a directory that is only readable by the super-user is not a bad idea.
## WIP
This is still a work in progress.

Loading…
Cancel
Save