Skip to content

a minimal async socks server that can switch outgoing ip

Notifications You must be signed in to change notification settings

observerss/socks5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

socks5

a minimal async socks server that can switch outgoing ip

  • required: curio
pip install curio
  • python 3.6+ only
python socks.py --help

usage: socks.py [-h] [--host HOST] [--port PORT] [--username USERNAME]
             [--password PASSWORD] [--eip EIP]

optional arguments:
  -h, --help           show this help message and exit
  --host HOST
  --port PORT          port, default is 11080
  --username USERNAME
  --password PASSWORD
  --eip EIP            external ip to bind

About

a minimal async socks server that can switch outgoing ip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages