Skip to content

sorz/PySocksD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySocksD

A (toy) proxy server who say SOCKSv5.

Features

  • UDP associate.
  • Authentication (RFC 1929).
  • RADIUS authentication.
  • Asynchronous (based on asyncio).
  • Pure Python, standard library only.

Usage

git clone https://github.com/sorz/PySocksD
cd PySocksD
python3 -m pysocksd -c config.ini

TODOs

  • RADIUS accounting
  • IPv6
  • TCP bind
  • more...

About

A (toy) proxy server who say SOCKSv5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages