post_decalrations.conf: add missing array of wireguard interfaces 'wg_ifs_arr'.
This commit is contained in:
parent
b464b0c039
commit
0f2676eea6
@ -70,6 +70,14 @@ for _dev in $vpn_ifs ; do
|
|||||||
vpn_if_arr+=("$_dev")
|
vpn_if_arr+=("$_dev")
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# ---
|
||||||
|
# - WireGuard Interfaces
|
||||||
|
# ---
|
||||||
|
declare -a wg_if_arr
|
||||||
|
for _dev in $wg_ifs ; do
|
||||||
|
wg_if_arr+=("$_dev")
|
||||||
|
done
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
# - Local Network Interfaces
|
# - Local Network Interfaces
|
||||||
# ---
|
# ---
|
||||||
|
Loading…
Reference in New Issue
Block a user