mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
cleaning etc/systemd/system
This commit is contained in:
parent
8a281a9550
commit
dc5531dfcd
@ -1,3 +1,5 @@
|
|||||||
|
Subdirectories of this directory shouldn't exist unless they are .wants
|
||||||
|
|
||||||
## IPv6-files
|
## IPv6-files
|
||||||
|
|
||||||
The IPv6 files are copied from https://www.reddit.com/r/raspberry_pi/comments/14vcpz/rpi_as_an_ipv6_router_using_a_sixxs_tunnel_and/
|
The IPv6 files are copied from https://www.reddit.com/r/raspberry_pi/comments/14vcpz/rpi_as_an_ipv6_router_using_a_sixxs_tunnel_and/
|
||||||
|
12
etc/systemd/system/dnscrypt/dnscrypt-proxy.service
Normal file
12
etc/systemd/system/dnscrypt/dnscrypt-proxy.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=DNSCrypt client proxy
|
||||||
|
Requires=dnscrypt-proxy.socket
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
Also=dnscrypt-proxy.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
|
11
etc/systemd/system/dnscrypt/dnscrypt-proxy.socket
Normal file
11
etc/systemd/system/dnscrypt/dnscrypt-proxy.socket
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[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