dnscrypt-proxy/README.openSUSE
Sebastian Wagner 0af77d3229 Accepting request 813333 from home:cunix:server_dns
Build fails where golang is too old.

If acceptable, i'm asking to not immediately submit to Factory.

OBS-URL: https://build.opensuse.org/request/show/813333
OBS-URL: https://build.opensuse.org/package/show/server:dns/dnscrypt-proxy?expand=0&rev=22
2020-06-11 20:29:58 +00:00

28 lines
904 B
Plaintext

Some tips:
1. Configure /etc/dnscrypt-proxy/dnscrypt-proxy.toml for your use case first!
2. Override "ListenStream" and "ListenDatagram" for dnscrypt-proxy.socket
according to your setup, especially if dnscrypt-proxy should not be used as
your primary name resolver.
In this case you might want to forward queries from a tool
like "dnsmasq" to dnscrypt-proxy.
Then the later should probably not listen on the default adress/port.
3. If running via systemd, start as root once with
$ systemctl start dnscrypt-proxy.socket
For always activating, do
$ systemctl enable dnscrypt-proxy.socket
4. Alternatively dnscrypt-proxy.service can be used the same way.
This will require you to set or uncomment "listen_addresses" in
/etc/dnscrypt-proxy/dnscrypt-proxy.toml
In this case the socket configuration described in (2.)
has to be done in this file directly.