add new client=''

This commit is contained in:
Leon Vita 2022-09-01 23:36:49 +01:00
parent 15c05b33d7
commit e8ee9edbb3
5 changed files with 11 additions and 12 deletions

3
IPS
View File

@ -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.101.11.1/24
10.10.123123/24

1
gen.sh
View File

@ -20,6 +20,7 @@ sleep 1
#--------------------End---------------------
#------------- Update-Variables--------------
file_name+=".conf"
user_input+="/24"
allow+="/24"
#---------------Start-Checking---------------

View File

@ -1 +1 @@
10.101.11.1/24 = privatekey= 8D6n44N7T45MuSdtc92EvVrD+54OQLVwp8SM9qyElXQ= publickey= U7nU89O8Pp38Aes5ume1HhwELqLAIKSQkmpCLASXWQI=
10.10.123123/24 = privatekey= CBmbXblmBNEePTMZO23d8L850rmOgqlaIBoxBG2NSHQ= publickey= pApnZKYsBJ6kT6HiI9+XK88qCx2exbWHZm1xnYVs4kA=

9
vpn
View File

@ -1,9 +0,0 @@
[Interface]
Address = 10.101.11.1/24
PrivateKey = 8D6n44N7T45MuSdtc92EvVrD+54OQLVwp8SM9qyElXQ=
DNS = 10.10.11.1,8.8.8.8
[Peer]
PublicKey = w3qegSSuqFTFrGk4XJaWBSwGDOiqbnnAIR9MzwjYVA8=
Endpoint = 81.201.149.152:18800
AllowedIPs= 101010101/24
PersistentKeepalive = 25

8
vpn.conf Normal file
View File

@ -0,0 +1,8 @@
[Interface]
Address = 10.10.123123/24
PrivateKey = CBmbXblmBNEePTMZO23d8L850rmOgqlaIBoxBG2NSHQ=
[Peer]
PublicKey = w3qegSSuqFTFrGk4XJaWBSwGDOiqbnnAIR9MzwjYVA8=
Endpoint = 81.201.149.152:18800
AllowedIPs= 199992/24
PersistentKeepalive = 25