Skip to content

petterbj/socks5_server.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

socks5_server.py

A socks5 server imepletation

This is a simplified version of socks5.

Work in most cases

This program covers most of the specs in RFC 1928 SOCKS Protocol Version 5 - IETF.

HOWEVER, there are still some specifics are not supported yet.

  • udp associate
  • bind commands
  • username/password

And there is no plan for that right now. For I don't need my socks5 server with udp or bind support for most of the cases.

If you want to help adding the featuers, and like to contribute your code, I would love to merge it into this repository.

About

A socks5 server imepletation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages