https://github.com/samdney/obfsproxy
Personal working copy from https://git.torproject.org/pluggable-transports/obfsproxy.git Don't clone it for seriously using!
https://github.com/samdney/obfsproxy
Last synced: 2 months ago
JSON representation
Personal working copy from https://git.torproject.org/pluggable-transports/obfsproxy.git Don't clone it for seriously using!
- Host: GitHub
- URL: https://github.com/samdney/obfsproxy
- Owner: Samdney
- License: other
- Created: 2018-10-23T03:36:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T03:37:44.000Z (over 7 years ago)
- Last Synced: 2024-05-02T05:04:44.404Z (about 2 years ago)
- Language: Python
- Size: 339 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
Obfsproxy is a pluggable transport proxy written in Python.
See doc/HOWTO.txt for installation instructions.
If you want to write a pluggable transport, see the code of already
existing transports in obfsproxy/transports/ . Unfortunately a coding
guide for pluggable transport authors does not exist at the moment!