diff options
author | kali <kali@leap.se> | 2012-08-07 04:14:06 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-07 04:14:06 +0900 |
commit | 36b0dfacca794e9cb899b5dde2dae3b8bbc6cc43 (patch) | |
tree | 28b3433e86b018ac80de264e989b47ca43af1216 /README.txt | |
parent | a6416bd5e4dc57390ba0748878d229098aeca42e (diff) |
build default provider openvpn config.
preparation for completion of #356, #355, #354, #182
if no default openvpn config is present, we build one
with a preset template and the remote_ip of the eip
service as the only input. right now we're taking it from
the eip.cfg file.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,15 +1,34 @@ ======================================== = LEAP = -= The Internet Encryption Toolkit = += The LEAP Encryption Access Project = += your internet encryption toolkit = ======================================== Install ======= python setup.py install +Running +======= + +You need to set up a provider in your eip.cfg file: + +cd ~/.config/leap +vim eip.cfg + +[provider] +remote_ip = XXX.XXX.XXX.XXX + +and then run: + +leap --debug + +(or python app.py --debug if you run it from the src/leap folder). + Running tests ============= nosetests -v +[ currently broken ] Deps ==== |