diff --git a/IPS b/IPS index ac99a88..4fea134 100644 --- a/IPS +++ b/IPS @@ -10,5 +10,4 @@ ips=( - ) diff --git a/gen.sh b/gen.sh index a3d7acb..124dc84 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=$(user_input)" + git commit -m "add new client" git push echo -e "Done Pushing." echo -ne '######################### (95%)\n' diff --git a/user_info b/user_info index ddcbc40..c5c1319 100644 --- a/user_info +++ b/user_info @@ -1 +1 @@ -10.10.11.3/24 = privatekey= KIo+K26EQy5sJgC1qBy+BNC3XgkrVDT0+jrOGd4asVI= publickey= qKDkRRM9+EjRk/XBkbln5Sj3rokid5ruO30ThB3HkUI= +10.10.11.3/24 = privatekey= qDtrTju57zk/1RgqyhvftIW5rkH95fKvO28RJ0r05HY= publickey= syL6M4NmFW9ibVaIEYGljlFO2t+s5M0WKnvx9Qqyq0I= diff --git a/vpn.conf.png b/vpn.conf.png deleted file mode 100644 index a7e0844..0000000 Binary files a/vpn.conf.png and /dev/null differ diff --git a/vpn.conf b/vpn1.conf similarity index 78% rename from vpn.conf rename to vpn1.conf index b8e51eb..b75dd53 100644 --- a/vpn.conf +++ b/vpn1.conf @@ -1,6 +1,6 @@ [Interface] Address = 10.10.11.3/24 -PrivateKey = KIo+K26EQy5sJgC1qBy+BNC3XgkrVDT0+jrOGd4asVI= +PrivateKey = qDtrTju57zk/1RgqyhvftIW5rkH95fKvO28RJ0r05HY= DNS = 10.10.11.1,8.8.8.8 [Peer] PublicKey = w3qegSSuqFTFrGk4XJaWBSwGDOiqbnnAIR9MzwjYVA8= diff --git a/vpn1.conf.png b/vpn1.conf.png new file mode 100644 index 0000000..f8c044e Binary files /dev/null and b/vpn1.conf.png differ