updated connection type to be more reflective of what it is

This commit is contained in:
Ezri Brimhall 2025-06-25 14:15:08 -06:00
parent 240ec5c64b
commit 0d9ea72933
Signed by: ezri
GPG Key ID: 058A78E5680C6F24

View File

@ -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."""