diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-02-03 18:16:31 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-02-23 00:40:36 +0100 |
commit | 409a4c663ec3c0b4a394fcaa6d4b1c6b527f8522 (patch) | |
tree | 35be6241476c972f2ff4a3f97e8a2f6f46f3f988 /src/leap/bitmask/vpn/eip.py | |
parent | 5103c1c46dadb15af0327c8069d4c321f4f93d4f (diff) |
[feature] eip start/stop working
Diffstat (limited to 'src/leap/bitmask/vpn/eip.py')
-rw-r--r-- | src/leap/bitmask/vpn/eip.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/vpn/eip.py b/src/leap/bitmask/vpn/eip.py index d6736629..b080aa65 100644 --- a/src/leap/bitmask/vpn/eip.py +++ b/src/leap/bitmask/vpn/eip.py @@ -44,6 +44,7 @@ class EIPManager(object): print(Fore.BLUE + "Firewall: starting..." + Fore.RESET) fw_ok = self._firewall.start() if not fw_ok: + print(Fore.RED + "Firewall: problem!") return False print(Fore.GREEN + "Firewall: started" + Fore.RESET) |