2018-01-24 14:44:32 +01:00
|
|
|
[Unit]
|
2018-03-26 20:48:22 +02:00
|
|
|
Description=DNSCrypt-proxy socket
|
|
|
|
Documentation=https://github.com/jedisct1/dnscrypt-proxy/wiki
|
2018-03-24 19:05:01 +01:00
|
|
|
Before=nss-lookup.target
|
|
|
|
Wants=nss-lookup.target
|
2018-01-24 14:44:32 +01:00
|
|
|
|
|
|
|
[Socket]
|
|
|
|
ListenStream=127.0.0.1:53
|
|
|
|
ListenDatagram=127.0.0.1:53
|
|
|
|
NoDelay=true
|
|
|
|
DeferAcceptSec=1
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sockets.target
|