vpn-client-script/IPS

12 lines
368 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:
2023-03-24 03:37:17 +01:00
"10.10.11.55/24" "10.10.11.21/24" "10.10.11.103/24" "10.10.11.63/24" "10.10.11.12/24" "10.10.11.6/24" "10.10.11.91/24" "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
)