From 86b92acaeea3289f7f051bbd4e63b61490fb76f8 Mon Sep 17 00:00:00 2001 From: h4775346 Date: Fri, 5 Jul 2024 18:28:34 +0300 Subject: [PATCH] Added a script to install xl2tp server to ubuntu and configure it automatically --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 76b6a2f..1c633cb 100644 --- a/readme.md +++ b/readme.md @@ -5,12 +5,16 @@ 2- Run The Following Script -# To Full Install L2tp Server With Configurations And Gui +# l2tp Manager Gui And Full Installation + + +## 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 +## To Install Only Gui ``` curl -sL https://raw.githubusercontent.com/h4775346/l2tp-manager/master/sas4-install.sh | sudo bash ```