mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-08 01:51:40 +01:00
c184ce1a03
How does it work? I don't know. Does it work? I don't know. Would I encourage its use? No.
18 lines
319 B
Desktop File
18 lines
319 B
Desktop File
[Unit]
|
|
Description=DNSCrypt client proxy
|
|
Documentation=man:dnscrypt-proxy(8)
|
|
Requires=dnscrypt-proxy.socket
|
|
After=network.target
|
|
Before=nss-lookup.target
|
|
|
|
[Install]
|
|
Also=dnscrypt-proxy.socket
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
NonBlocking=true
|
|
|
|
# Change this
|
|
ExecStart=/opt/dnscrypt-proxy/dnscrypt-proxy
|