15 lines
281 B
SYSTEMD
15 lines
281 B
SYSTEMD
[Unit]
|
|
Description=DNSCrypt-proxy socket
|
|
Documentation=https://github.com/jedisct1/dnscrypt-proxy/wiki
|
|
Before=nss-lookup.target
|
|
Wants=nss-lookup.target
|
|
|
|
[Socket]
|
|
ListenStream=127.0.0.1:53
|
|
ListenDatagram=127.0.0.1:53
|
|
NoDelay=true
|
|
DeferAcceptSec=1
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|