Lines Matching refs:allowedips
590 allowedips=( )
592 allowedips+=( abcd::$i )
596 allowedips="${allowedips[*]}"
600 n0 wg set wg0 peer "$pub2" allowed-ips "$allowedips"
602 read -r pub allowedips
603 [[ $pub == "$pub1" && $allowedips == "(none)" ]]
604 read -r pub allowedips
607 for _ in $allowedips; do
614 allowedips=( )
616 allowedips+=( 192.168.0.$i )
617 allowedips+=( abcd::$i )
621 allowedips="${allowedips[*]}"
624 n0 wg set wg0 peer "$pub1" allowed-ips "$allowedips"
627 read -r pub allowedips
630 for ip in $allowedips; do