Searched refs:allowedips (Results 1 – 1 of 1) sorted by relevance
577 allowedips=( )579 allowedips+=( abcd::$i )583 allowedips="${allowedips[*]}"587 n0 wg set wg0 peer "$pub2" allowed-ips "$allowedips"589 read -r pub allowedips590 [[ $pub == "$pub1" && $allowedips == "(none)" ]]591 read -r pub allowedips594 for _ in $allowedips; do