vpn-client-script/IPS

12 lines
242 B
Plaintext
Raw Normal View History

2022-09-01 17:35:44 +02:00
#!/bin/bash
2022-09-01 18:43:10 +02:00
ips=(
#server_ips:
"10.10.11.1/24" "10.10.100.1/24" "10.10.11.2/24"
#Client_ips:
2022-10-01 22:05:29 +02:00
"10.10.11.30/24" "10.10.11.90/24" "10.10.11.4/24" "10.10.11.3/24" "10.10.11.61/24" "10.10.11.51/24" "10.10.11.60/24" "10.10.11.50/24"
2022-09-01 17:35:44 +02:00
)