This commit is contained in:
Vasco
2026-04-21 18:22:46 +01:00
parent 745ba69267
commit 89a172f16f
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ route add default gw 193.136.212.1 # default gateway LIKE A SHEEP
vpn_dir="/etc/openvpn/client/"
cp ca/ta.key $vpn_dir
cp ca/ca.crt $vpn_dir
cp ca/user.key $vpn_dir
cp ca/user.crt $vpn_dir
cp client.conf $vpn_dir
openvpn --config "${vpn_dir}/client.conf"