1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-03-21 21:17:05 +02:00

16 lines
283 B
SYSTEMD
Raw Normal View History

2016-04-10 17:27:38 +08:00
[Unit]
Description=DNSCrypt client proxy
Documentation=man:dnscrypt-proxy(8)
After=network.target
Before=nss-lookup.target
[Service]
Type=simple
NonBlocking=true
ExecStart=/usr/sbin/dnscrypt-proxy \
-a 0.0.0.0:53 \
-R cisco
[Install]
WantedBy=multi-user.target