1
1
Fork 0
mirror of https://github.com/DNSCrypt/encrypted-dns-server.git synced 2024-05-19 02:16:05 +02:00

Update packages

This commit is contained in:
Frank Denis 2019-10-15 02:33:34 +02:00
parent 2d8f3ec9d8
commit 3419c3f414

View File

@ -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/263809931/artifacts/121706).
Download the Encrypted DNS Server [precompiled application for Linux (x86_64)](https://github.com/jedisct1/encrypted-dns-server/suites/264874562/artifacts/124344).
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/263809931/artifacts/121707) for Linux/x86_64 is also available.
A [Debian package](https://github.com/jedisct1/encrypted-dns-server/suites/264874562/artifacts/124345) 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