https://github.com/pannzh/fsocks
Yet another socks5 proxy to bypass firewall
https://github.com/pannzh/fsocks
Last synced: over 1 year ago
JSON representation
Yet another socks5 proxy to bypass firewall
- Host: GitHub
- URL: https://github.com/pannzh/fsocks
- Owner: evilpan
- Archived: true
- Created: 2018-01-09T04:25:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T12:43:00.000Z (over 8 years ago)
- Last Synced: 2024-08-04T09:03:23.248Z (almost 2 years ago)
- Language: Python
- Size: 94.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **3**星
README
fSocks
===
A hackable socks5 proxy.
**CURRENTLY WORKING IN PROGRESS**
# RUN
## on your local machine
```
python3 fclient.py -c config.json
```
## beyond the wall
```
python3 fserver.py -c config.json
```
# TEST
```
python3 -m unittest discover -s tests
```
# drafts
For more infomation, please refer to [the drafts](drafts)