mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
13 lines
372 B
SYSTEMD
13 lines
372 B
SYSTEMD
|
[Unit]
|
||
|
Description=DNSCrypt client proxy
|
||
|
Requires=dnscrypt-proxy6.socket
|
||
|
|
||
|
[Install]
|
||
|
Also=dnscrypt-proxy6.socket
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
NonBlocking=true
|
||
|
ExecStart=/usr/bin/dnscrypt-proxy -r 2a03:e581:4:a1::5:443 -k 8458:11E2:D322:DAA3:1544:960B:F6C3:000E:910A:C1A6:DE38:8D94:BD1D:EDEA:B60F:0560 -N 2.dnscrypt-cert.fvz-rec-fi-ulv-01.dnsrec.meo.ws
|