new-client=

This commit is contained in:
Leon Vita 2022-09-01 18:04:48 +01:00
parent 1d23915fde
commit 453e911d3a
3 changed files with 12 additions and 2 deletions

2
IPS
View File

@ -4,7 +4,7 @@ ips=(
#server_ips:
"10.10.11.1/24" "10.10.100.1/24" "10.10.11.2/24"
#Client_ips:
"10.10.11.4/24" "10.10.11.3/24"
"10.10.10.10/24" "10.10.11.4/24" "10.10.11.3/24"

12
gen.sh
View File

@ -99,10 +99,20 @@ sleep 1
#cleaning files
echo "Cleaning....";sleep 1
rm privatekey publickey
echo "Done generating config:"
echo -ne '######################## (90%)\n'
sleep 1
echo -ne '\n'
}
#---------------Pushing-to-repo-----------------
echo -e "Start Pushing To Repo:"
echo -ne '######################### (95%)\n'
git add .
git commit -m "new-client=$userinput"
git push
echo -ne '##########################(100%)\n'
echo -e "Done Pushing."
#-----------------End--Pushing------------------
sleep 1
echo "Done generating config:"
check_ip

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB