Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madeye/obfs4-tunnel
obfs4 tunnel
https://github.com/madeye/obfs4-tunnel
Last synced: 3 months ago
JSON representation
obfs4 tunnel
- Host: GitHub
- URL: https://github.com/madeye/obfs4-tunnel
- Owner: madeye
- License: other
- Created: 2016-07-28T07:17:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T00:42:47.000Z (over 8 years ago)
- Last Synced: 2024-10-10T12:57:08.820Z (4 months ago)
- Language: Go
- Size: 1.95 MB
- Stars: 51
- Watchers: 9
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **43**星
README
# obfs4-tunnel
It's a fork of https://github.com/Yawning/obfs4
To start your server:
```
env TOR_PT_MANAGED_TRANSPORT_VER=1 TOR_PT_STATE_LOCATION=/tmp TOR_PT_SERVER_TRANSPORTS=obfs4 TOR_PT_SERVER_BINDADDR=obfs4-0.0.0.0:1231 TOR_PT_ORPORT=127.0.0.1:1080 obfs4proxy
```Output:
```
VERSION 1
SMETHOD obfs4 [::]:1231 ARGS:cert=gtgDd0S7Xy0vMjHbJ4ceORtmDnSV9FYrV2plA9rAWdj9iHHamIi7w3K0kODKkW9H2ygaVQ,iat-mode=0
SMETHODS DONE
```To start your client:
```
env TOR_PT_CLIENT_ADDR=127.0.0.1:4891 TOR_PT_CERT=gtgDd0S7Xy0vMjHbJ4ceORtmDnSV9FYrV2plA9rAWdj9iHHamIi7w3K0kODKkW9H2ygaVQ
TOR_PT_TARGET=127.0.0.1:1231 TOR_PT_MANAGED_TRANSPORT_VER=1 TOR_PT_STATE_LOCATION=/tmp TOR_PT_CLIENT_TRANSPORTS=obfs4
obfs4proxy
```