Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
freddii committed Aug 27, 2023
1 parent d6e7e2c commit b9077be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install_vpn-server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
#to run this script go into the folder where it is then run: ./install_vpn-server.sh
#based on https://www.howtoforge.com/how-to-install-and-configure-openvpn-server-on-debian-12/
#https://goneuland.de/openvpn-server-unter-debian-11-erstellen/
#sudo apt update && sudo apt upgrade -y
cd /tmp
wget https://raw.githubusercontent.com/Angristan/OpenVPN-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
./openvpn-install.sh

0 comments on commit b9077be

Please sign in to comment.