diff --git a/IPS b/IPS index 5a943b6..ac99a88 100644 --- a/IPS +++ b/IPS @@ -4,8 +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.5/24" "10.10.11.4/24" - + "10.10.11.3/24" diff --git a/client.conf b/client.conf deleted file mode 100644 index 0c41246..0000000 --- a/client.conf +++ /dev/null @@ -1,9 +0,0 @@ -[Interface] -Address = 10.10.11.5/24 -PrivateKey = +KHM/pPWnxoJPfIXwdWXv+RUsD6H80O/hnq0CPhjMGo= -DNS = 10.10.11.1,8.8.8.8 -[Peer] -PublicKey = w3qegSSuqFTFrGk4XJaWBSwGDOiqbnnAIR9MzwjYVA8= -Endpoint = 81.201.149.152:18800 -AllowedIPs= 10.10.11.0/24 -PersistentKeepalive = 25 diff --git a/client.conf.png b/client.conf.png deleted file mode 100644 index a7ebefd..0000000 Binary files a/client.conf.png and /dev/null differ diff --git a/gen.sh b/gen.sh index e01f0af..a3d7acb 100755 --- a/gen.sh +++ b/gen.sh @@ -134,7 +134,7 @@ echo -ne '\n' push (){ echo -e "Start Pushing To Repo:" git add . - git commit -m "add new client='$userinput'" + git commit -m "add new client=$(user_input)" git push echo -e "Done Pushing." echo -ne '######################### (95%)\n' diff --git a/qr-code/qrscanme.png b/qr-code/qrscanme.png deleted file mode 100644 index f103d24..0000000 Binary files a/qr-code/qrscanme.png and /dev/null differ diff --git a/user_info b/user_info index 136ef21..ddcbc40 100644 --- a/user_info +++ b/user_info @@ -1,2 +1 @@ -10.10.11.4/24 = privatekey= sKo8wS23fqlZNGWjuyEZq0v7B838H9gHoNALjY7ZbFs= publickey= WIga9sClL3CGCJgwTs9MgGth29ZsS7XDGAzqbu+cVko= -10.10.11.5/24 = privatekey= +KHM/pPWnxoJPfIXwdWXv+RUsD6H80O/hnq0CPhjMGo= publickey= VpUJl37tSBViN5ypVLHlfxSN8lOsc4vgwxsClQIZQm4= +10.10.11.3/24 = privatekey= KIo+K26EQy5sJgC1qBy+BNC3XgkrVDT0+jrOGd4asVI= publickey= qKDkRRM9+EjRk/XBkbln5Sj3rokid5ruO30ThB3HkUI= diff --git a/config_file/vpn.conf b/vpn.conf similarity index 69% rename from config_file/vpn.conf rename to vpn.conf index 88ad745..b8e51eb 100644 --- a/config_file/vpn.conf +++ b/vpn.conf @@ -1,6 +1,6 @@ [Interface] -Address = 10.10.11.4/24 -PrivateKey = sKo8wS23fqlZNGWjuyEZq0v7B838H9gHoNALjY7ZbFs= +Address = 10.10.11.3/24 +PrivateKey = KIo+K26EQy5sJgC1qBy+BNC3XgkrVDT0+jrOGd4asVI= DNS = 10.10.11.1,8.8.8.8 [Peer] PublicKey = w3qegSSuqFTFrGk4XJaWBSwGDOiqbnnAIR9MzwjYVA8= diff --git a/vpn.conf.png b/vpn.conf.png new file mode 100644 index 0000000..a7e0844 Binary files /dev/null and b/vpn.conf.png differ