mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-19 03:00:29 +01:00
c184ce1a03
How does it work? I don't know. Does it work? I don't know. Would I encourage its use? No.
12 lines
180 B
SYSTEMD
12 lines
180 B
SYSTEMD
[Unit]
|
|
Description=dnscrypt-proxy listening socket
|
|
|
|
[Socket]
|
|
ListenStream=127.0.0.1:53
|
|
ListenDatagram=127.0.0.1:53
|
|
NoDelay=true
|
|
DeferAcceptSec=1
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|