summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/configurable.py
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-10-28 10:17:38 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2016-11-09 21:14:46 +0100
commit268d788ab083467247d2bd91e8ba71c0fc000e1e (patch)
tree34e7be0cc5382d3d09d2dfea7d31908f5bcc1bac /src/leap/bitmask/core/configurable.py
parent981e4b6e66fc807fd36086e37296e40da914a0ff (diff)
[feature] serve UI as an hidden service
you need to configure onion = True in the services config. for sure, this is gonna be more interesting when we ship pixelated. but for now I thought it can be handy for testing ui changes: no need to bundle, just use your tor browser :) still need to try to serve imap/smtp over the onion service. kudos to meejah for this super-usable library!
Diffstat (limited to 'src/leap/bitmask/core/configurable.py')
-rw-r--r--src/leap/bitmask/core/configurable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/core/configurable.py b/src/leap/bitmask/core/configurable.py
index 8bd2ecfb..f305cc3c 100644
--- a/src/leap/bitmask/core/configurable.py
+++ b/src/leap/bitmask/core/configurable.py
@@ -103,5 +103,6 @@ mail = True
eip = True
zmq = True
web = True
+onion = False
websockets = False
"""