Skip to content

a super simple web socket tunnel written in python

Notifications You must be signed in to change notification settings

gvsurenderreddy/wstund

 
 

Repository files navigation

wstund

install

* pip2 .. code-block:: bash

$ sudo pip2 install python-pytun

# wstund # client $ sudo pip2 install python-pytun ws4py ConfigParser python-daemon # compile all pyc $ python2 -m compileall .

# server $ sudo pip install python-pytun ws4py cherrypy ConfigParser python-daemon # compile all pyc $ python2 -m compileall .

run

* server .. code-block:: bash

# run $ python2 wstund.py start # or use -c to select config file $ python2 wstund.py start -c ./wstund.conf

# /etc/wstund.conf [wstund] debug=false role=server

[server] host=0.0.0.0 port=80 ip=10.10.0.1

* client .. code-block:: bash

# run $ python2 wstund.py start # or use -c to select config file $ python2 wstund.py start -c ./wstund.conf

# /etc/wstund.conf [wstund] debug=false role=client

[client] host=wstund.domain.com port=80 ip=10.10.0.2

About

a super simple web socket tunnel written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.0%
  • JavaScript 34.0%