mirror of
https://abf.rosa.ru/djam/dnscrypt-proxy.git
synced 2025-02-24 17:12:57 +00:00
14 lines
318 B
Desktop File
14 lines
318 B
Desktop File
[Unit]
|
|
Description=DNSCrypt client proxy
|
|
Requires=dnscrypt-proxy.socket
|
|
|
|
[Install]
|
|
Also=dnscrypt-proxy.socket
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/dnscrypt-proxy
|
|
NonBlocking=true
|
|
ExecStart=/usr/sbin/dnscrypt-proxy \
|
|
-R $RESOLVER_NAME --local-address=127.0.2.1:53
|