Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

shadowsocks is a lightweight tunnel proxy which can help you get through firewalls

Notifications You must be signed in to change notification settings

shunai/shadowsocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

17 Commits

Repository files navigation

shadowsocks

shadowsocks is a lightweight tunnel proxy which can help you get through firewalls

usage

Put server.py on your server. Edit server.py, change the following values:

PORT server port
KEY a password to identify clients

Run python server.py on your server. To run it in the background, run setsid python server.py.

Put local.py on your client machine. Edit local.py, change these values:

SERVER your server ip or hostname
REMOTE_PORT server port
PORT local port
KEY a password, it must be the same as the password of your server

Run python local.py on your client machine.

Change proxy settings of your browser into

SOCKS5 127.0.0.1:PORT

About

shadowsocks is a lightweight tunnel proxy which can help you get through firewalls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /