Total Pageviews

Thursday 9 April 2020

SOCKS proxy server app,PySocksD

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

frm https://github.com/sorz/PySocksD