From 0d9ea729333ca62b10076deaf754f58911f1b0ec Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Wed, 25 Jun 2025 14:15:08 -0600 Subject: [PATCH] updated connection type to be more reflective of what it is --- src/vpn_manager_globalprotect/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vpn_manager_globalprotect/backend.py b/src/vpn_manager_globalprotect/backend.py index 726ba3f..e7f842d 100644 --- a/src/vpn_manager_globalprotect/backend.py +++ b/src/vpn_manager_globalprotect/backend.py @@ -65,7 +65,7 @@ class Auth(TypedDict): class GlobalProtectConnection( ConnectionBase, - connection_type="dev.ezri.vpn1.Connection.GlobalProtect", + connection_type="com.paloaltonetworks.GlobalProtect", ): """GlobalProtect VPN connection backend."""