Add ZeroTier to the list of VPNs
ZeroTier users can also see their VPN IP when enabling the vpn_ip option.pull/1730/head
parent
3d994b033b
commit
e511c36ec6
|
@ -7404,7 +7404,7 @@ _p9k_init_params() {
|
|||
_p9k_declare -s POWERLEVEL9K_IP_INTERFACE ""
|
||||
: ${_POWERLEVEL9K_IP_INTERFACE:='.*'}
|
||||
_p9k_segment_in_use ip || _POWERLEVEL9K_IP_INTERFACE=
|
||||
_p9k_declare -s POWERLEVEL9K_VPN_IP_INTERFACE "(gpd|wg|(.*tun)|tailscale)[0-9]*"
|
||||
_p9k_declare -s POWERLEVEL9K_VPN_IP_INTERFACE "(gpd|wg|(.*tun)|tailscale)[0-9]*)|(zt[a-z]*)"
|
||||
: ${_POWERLEVEL9K_VPN_IP_INTERFACE:='.*'}
|
||||
_p9k_segment_in_use vpn_ip || _POWERLEVEL9K_VPN_IP_INTERFACE=
|
||||
_p9k_declare -b POWERLEVEL9K_VPN_IP_SHOW_ALL 0
|
||||
|
|
Loading…
Reference in New Issue