wormhole-proxy Mercurial
Brought to you by:
cwt114
File | Date | Author | Commit |
---|---|---|---|
docker | 2017-05-27 |
![]() |
[3786fe] fix pyvenv for python 3.6 |
wormhole | 2016-05-25 |
![]() |
[90902e] bump version to v2.0.2 |
.docker-repository.yml | 2016-03-24 |
![]() |
[00f608] Add bitbucket dockerhub plugin |
.gitignore | 2013-02-26 |
![]() |
[87b6e1] Ignore Vim swap files |
.hgtags | 2016-05-25 |
![]() |
[f59ec5] Added tag v2.0.2 for changeset 90902eaba03e |
README.rst | 2016-07-13 |
![]() |
[cf7094] cleanup README |
setup.py | 2016-05-12 |
![]() |
[a8edd7] Remove README.md, use only README.rst now. |
wormhole.passwd | 2016-04-29 |
![]() |
[c7b7c7] limit wormhole process |
Wormhole is a forward proxy without caching. You may use it for:
$ docker pull bashell/wormhole $ docker run -d -p 8800:8800 bashell/wormhole
Example:
$ docker pull bashell/wormhole $ mkdir -p /path/to/dir $ echo "user1:password1" > /path/to/dir/wormhole.passwd $ docker run -d -v /path/to/dir:/opt/wormhole \ -p 8800:8800 bashell/wormhole \ -a /opt/wormhole/wormhole.passwd
Please install the stable version using pip command:
$ pip install wormhole-proxy
You can install the development snapshot using pip with mercurial:
$ pip install hg+https://bitbucket.org/bashell-com/wormhole
Or install from your local clone:
$ hg clone https://bitbucket.org/bashell-com/wormhole $ cd wormhole/ $ pip install -e .
You can also install the latest default snapshot using the following command:
$ pip install https://bitbucket.org/bashell-com/wormhole/get/default.tar.gz
Run wormhole command
$ wormhole
Set browser's proxy setting to
host: 127.0.0.1 port: 8800
$ wormhole --help
MIT License (included in license.py)