From 763f88658a4e6d12557c7931f5435ebd35548ca7 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 10 Aug 2017 17:49:53 -0400 Subject: [feature] add a new bitmask_chromium gui entrypoint If chromium is installed in the system, there's no need to depend on qt5. --- src/leap/bitmask/vpn/service.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/leap/bitmask/vpn/service.py') diff --git a/src/leap/bitmask/vpn/service.py b/src/leap/bitmask/vpn/service.py index cfa00229..93080feb 100644 --- a/src/leap/bitmask/vpn/service.py +++ b/src/leap/bitmask/vpn/service.py @@ -197,6 +197,9 @@ class VPNService(HookableService): bonafide = self.parent.getServiceNamed("bonafide") config = yield bonafide.do_provider_read(provider, "eip") + + # TODO - add gateway selection ability. + # First thing, we should port the TimezonSelector remotes = [(gw["ip_address"], gw["capabilities"]["ports"][0]) for gw in config.gateways] extra_flags = config.openvpn_configuration -- cgit v1.2.3