Gatevin / Freesocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freesocks

A free way to get through the GFW based on Shadowsocks.
Thanks to the trial accounts on socks163.com, who seems not happy T_T
To be continue in winter vacation.

Installation

python setup.py install

Usage

freesocks [OPTION]...

Options:

  --version      show program's version number and exit
  -h, --help     show this help message and exit
  -l LOCAL_PORT  local binding port, default: 1080
  -t TIMEOUT     timeout in seconds, default: 300

Freesocks launches a socks5 agent on a local port.

License

Freesocks uses SATA License (Star And Thank Author License) by zTrix, so you have to star this project before using. Read the license carefully.

Update Info

0.1.5

  • remove -r option
  • fix severe bugs
  • use free account on socks163.com

0.1.4

  • use free account on ishadowsocks.com
  • test the proxy and reconnect automatically when 'Broken Pipe' occurs in every 5 sec

0.1.3

  • add option parser
  • use args in command line when invoking sslocal instead of making json file
  • customized refresh interval is supported

0.1.2

  • add exception handler to reconnect automatically when network interrupts.
  • change the license to SATA

0.1.1

  • fix some bugs and add entry point in script

0.1.0

  • primary post

About

License:Other


Languages

Language:Python 100.0%