mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
etc/systemd: rm -r dnscrypt/
Dnscrypt-proxy appears to handle multiple servers by itself nowadays and does it in the config file. The servers listed may also be down. Ref: #92 where I remembered these files still being here.
This commit is contained in:
parent
44cbf89582
commit
d1151aaf8c
@ -1,12 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=DNSCrypt client proxy
|
|
||||||
Requires=dnscrypt-proxy4.socket
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
Also=dnscrypt-proxy4.socket
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
NonBlocking=true
|
|
||||||
ExecStart=/usr/bin/dnscrypt-proxy -r 95.175.99.231: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
|
|
@ -1,11 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=dnscrypt-proxy listening socket
|
|
||||||
After=network-online.target
|
|
||||||
|
|
||||||
[Socket]
|
|
||||||
ListenStream=127.0.0.1:55
|
|
||||||
ListenDatagram=127.0.0.1:55
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=sockets.target
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
[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
|
|
@ -1,11 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=dnscrypt-proxy listening socket
|
|
||||||
After=network-online.target
|
|
||||||
|
|
||||||
[Socket]
|
|
||||||
ListenStream=127.0.0.1:54
|
|
||||||
ListenDatagram=127.0.0.1:54
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=sockets.target
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user