like a boss

This commit is contained in:
Vasco
2026-04-22 15:16:03 +01:00
parent 7c6b8336ee
commit ee4f5568a1
11 changed files with 216 additions and 52 deletions

View File

@@ -5,6 +5,10 @@ source VM_CONFIG.sh
ifconfig enp0s8 193.136.212.10 netmask 255.255.255.0
route add default gw 193.136.212.1
if ! grep -q "apache" /etc/hosts; then
echo "10.60.0.1 apache" >> /etc/hosts
fi
# --- vpn client --- #
vpn_dir="/etc/openvpn/client/"
cp ca/ta.key $vpn_dir