first commit

This commit is contained in:
Benoît HUBERT ( Home )
2025-06-10 16:12:38 +02:00
commit 5608e4d62e
10 changed files with 186 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# VPN
openvpn \
--config /etc/openvpn/expressvpn/$SERVER.ovpn \
--script-security 2 \
--up /etc/openvpn/update-resolv-conf \
--down /etc/openvpn/update-resolv-conf \
&
# TRANSMISSION
su - debian-transmission -c "transmission-daemon -f --log-debug"