From 54d702a322431ef61790f6e34a1aae58f5bd0ee4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 14 Oct 2019 12:15:01 +0200 Subject: [PATCH] Update precompiled binaries --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fe063a..9fece7e 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/258225741/artifacts/106120). +Download the Encrypted DNS Server [precompiled application for Linux (x86_64)](https://github.com/jedisct1/encrypted-dns-server/suites/263809931/artifacts/121706). And make the application executable: @@ -29,7 +29,7 @@ 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. +A [Debian package](https://github.com/jedisct1/encrypted-dns-server/suites/263809931/artifacts/121707) 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