Skip to content

vkardon/tcproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic proxy demonstrating traffic redirection (port to host/port) using callback techniques with socket select/read/write. Routing is configured via a config file.

Important: This is a practical example focused on illustrating the callback pattern, not a performance-oriented proxy.

Configuration example: Redirects traffic from localhost:8080 to localhost:22.

port: 8080
route: localhost localhost:22

Test with ssh client:
ssh -p 8080 localhost

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published