- Split NoVPN source type in Local and Routed.
This commit is contained in:
@@ -248,7 +248,7 @@ network_src_tab_load()
|
||||
|
||||
case "${nstl_type}"
|
||||
in
|
||||
"0")
|
||||
"0"|"1") # Local + Routed
|
||||
nstl_device=""
|
||||
nstl_status="2"
|
||||
|
||||
@@ -258,7 +258,7 @@ network_src_tab_load()
|
||||
nstl_last_seen=""
|
||||
;;
|
||||
|
||||
"1")
|
||||
"2") # OpenVPN
|
||||
nstl_device="tun0"
|
||||
nstl_status_line="$( echo "${NETWORK_OPENVPN_STATUS}" | grep "${nstl_device}.log: CLIENT_LIST.*${nstl_ip},")"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user