Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)