From 990881a99496aaa5d2989c4a0fde9620a7173117 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 9 Oct 2019 18:45:09 +0200 Subject: [PATCH] Add Debian package --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c163ec..bd18468 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ All of these can be served simultaneously, on the same port (usually port 443). ### Option 1: precompiled binary for Linux -Download the Encrypted DNS Server [precompiled application for Linux (x86_64)](https://github.com/jedisct1/encrypted-dns-server/suites/254488561/artifacts/95859). +Download the Encrypted DNS Server [precompiled application for Linux (x86_64)](https://github.com/jedisct1/encrypted-dns-server/suites/258225741/artifacts/106120). And make the application executable: @@ -29,6 +29,9 @@ chmod +x encrypted-dns Nothing else has to be installed. It doesn't require any external dependencies. +A [Debian package](https://github.com/jedisct1/encrypted-dns-server/suites/258225741/artifacts/106121) for Linux/x86_64 is also available. +In this package, the example configuration file can be found in [/usr/share/doc/encrypted-dns/]. + ### Option 2: compilation from source code The proxy uses recent features of the Rust compiler, and currently requires rust-nightly.