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