xcanwin / sharedousocks

A Fast tunnel proxy that helps you access neighboring C-network in a local area network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sharedousocks

PyPI version Build Status Coverage Status

A Fast tunnel proxy that helps you access neighboring C-network in a local area network.

Features:

  • TCP & UDP support
  • User management API
  • TCP Fast Open
  • Workers and graceful restart
  • Destination IP blacklist

Server

Install

Debian / Ubuntu:

apt-get install python-pip
cd sharedousocks
pip install .

CentOS:

yum install python-setuptools && easy_install pip
cd sharedousocks
pip install .

Windows:

See Install sharedousocks Server on Windows.

Usage

ssserver -p 443 -k password -m aes-256-cfb
OR
python -m sharedousocks.server -p 443 -k password -m aes-256-cfb

To run in the background:

sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start

To stop:

sudo ssserver -d stop

To check the log:

sudo less /var/log/sharedousocks.log

Check all the options via -h. You can also use a [Configuration] file instead.

Usage with Config File

Create configeration file and run

To start:

ssserver -c /etc/sharedousocks.json

Documentation

You can find all the documentation in the Wiki.

License

Apache License

About

A Fast tunnel proxy that helps you access neighboring C-network in a local area network.

License:Apache License 2.0


Languages

Language:Python 90.7%Language:Shell 9.0%Language:Dockerfile 0.3%