diff --git a/src/vpn_manager_globalprotect/backend.py b/src/vpn_manager_globalprotect/backend.py index 1667501..d9b5e3c 100644 --- a/src/vpn_manager_globalprotect/backend.py +++ b/src/vpn_manager_globalprotect/backend.py @@ -415,7 +415,12 @@ class GlobalProtectConnection( name="login_target", signature="s", description="What kind of connection to create (IPSec or SSL)", - choices=[ConnectionType.PORTAL, ConnectionType.GATEWAY], + choices=[ + LoginTarget.PORTAL, + LoginTarget.GATEWAY, + LoginTarget.SSL, + LoginTarget.IPSEC, + ], ), ConfigSpec( name="spoof_clientos",