vpn-client-script/IPS

22 lines
188 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-09-01 20:25:03 +02:00
"10.10.11.100/24/24" "10.10.10.10/24" "10.10.11.4/24" "10.10.11.3/24"
2022-09-01 17:35:44 +02:00
)