mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-21 21:17:05 +02:00
16 lines
283 B
SYSTEMD
16 lines
283 B
SYSTEMD
|
[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
|