Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artyom/multiredir

Small program to serve multiple tcp redirections at once
https://github.com/artyom/multiredir

Last synced: about 12 hours ago
JSON representation

Small program to serve multiple tcp redirections at once

Awesome Lists containing this project

README

        

multiredir is a small program to redirect a bunch of TCP ports to another
hosts/ports.

Usage:

multiredir:
-r=: redirection to serve: bind_host:port/to_host:port (multiple -r params can be used)
-t=5s: connect timeout
-v=false: be verbose on errors

Example:

multiredir -r :80/192.0.2.1:8080 -r :443/192.0.2.1:443 -r :11211/192.0.2.10:11211