Added a script to install xl2tp server to ubuntu and configure it automatically

master
Abanoub Hany 2024-07-05 18:25:30 +03:00
parent 942ba05b0a
commit b76d1f5f96
1 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,13 @@
2- Run The Following Script
#Script
# To Full Install L2tp Server With Configurations And Gui
```
curl -sL https://raw.githubusercontent.com/h4775346/l2tp-manager/master/sas4-l2tp-full-installer.sh | sudo bash
```
#To Install Only Gui
```
curl -sL https://raw.githubusercontent.com/h4775346/l2tp-manager/master/sas4-install.sh | sudo bash
```