updated connection type to be more reflective of what it is
This commit is contained in:
parent
240ec5c64b
commit
0d9ea72933
@ -65,7 +65,7 @@ class Auth(TypedDict):
|
|||||||
|
|
||||||
class GlobalProtectConnection(
|
class GlobalProtectConnection(
|
||||||
ConnectionBase,
|
ConnectionBase,
|
||||||
connection_type="dev.ezri.vpn1.Connection.GlobalProtect",
|
connection_type="com.paloaltonetworks.GlobalProtect",
|
||||||
):
|
):
|
||||||
"""GlobalProtect VPN connection backend."""
|
"""GlobalProtect VPN connection backend."""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user