Skip to content

Commit

Permalink
Merge pull request #1 from valeramaksimovv/dev
Browse files Browse the repository at this point in the history
dev 2 main
  • Loading branch information
valeramaksimovv authored Nov 16, 2020
2 parents 2d4865e + 566cf3e commit a282fec
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions vpn_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ echo "MC installed"
adduser softether
echo "user softether add"
usermod -aG sudo softether

# Reboot server
# reboot
echo "chpasswd"
echo softether:softether | chpasswd
echo "user softether"
echo "pass softether"

# SWAP setting
echo "swap configure"
Expand Down Expand Up @@ -80,4 +81,9 @@ echo "SoftEtherServer installed"
echo "start the SoftEther VPN server"
sudo service softether-vpnserver start

echo "SoftEther VPN server READY"
echo "SoftEther VPN server READY"

# Reboot server
# reboot

echo "Please restart your server"

0 comments on commit a282fec

Please sign in to comment.