diff options
author | Kali Kaneko <kali@leap.se> | 2014-06-05 16:38:56 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-06-06 10:49:15 -0500 |
commit | 57aa4d51e37228333e56e98d9af3bfe7b278e2d1 (patch) | |
tree | 11e8766f74299e4c9708f04a4b6cd88cb02df108 /src/leap/bitmask/config | |
parent | 0b8cd73171eee3bf3f3c7b91faa90104e85e492b (diff) |
add icons for the vpn exit nodes
Diffstat (limited to 'src/leap/bitmask/config')
-rw-r--r-- | src/leap/bitmask/config/flags.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/bitmask/config/flags.py b/src/leap/bitmask/config/flags.py index 6b70659d..2f3fdde4 100644 --- a/src/leap/bitmask/config/flags.py +++ b/src/leap/bitmask/config/flags.py @@ -55,3 +55,5 @@ OPENVPN_VERBOSITY = 1 # Skip the checks in the wizard, use for testing purposes only! SKIP_WIZARD_CHECKS = False + +CURRENT_VPN_COUNTRY = None |