Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evilpan/fSocks
Yet another socks5 proxy to bypass firewall
https://github.com/evilpan/fSocks
Last synced: 3 months ago
JSON representation
Yet another socks5 proxy to bypass firewall
- Host: GitHub
- URL: https://github.com/evilpan/fSocks
- Owner: evilpan
- Archived: true
- Created: 2018-01-09T04:25:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T12:43:00.000Z (almost 7 years ago)
- Last Synced: 2024-05-18T20:42:49.544Z (6 months 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)