Skip to content
/ ss5 Public
forked from siers/ss5

Implementation of socks5 proxy in C.

Notifications You must be signed in to change notification settings

jmstyleCC/ss5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A really simple, yet not very standard compilant, SOCKS5 server in C for IPv4.

Todo

  • Port to win32.
  • Fix up the domain lookup.
  • Make talk() more customizable.
  • Add threading to talk_wrapper().

Building

This is real simple. Just make and it should be alright on any POSIX platform. Tested only on linux, though.

About

Implementation of socks5 proxy in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.4%