Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artyom/multiredir
- Owner: artyom
- License: mit
- Created: 2014-12-05T14:00:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T09:28:08.000Z (over 7 years ago)
- Last Synced: 2023-04-14T15:46:27.692Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 errorsExample:
multiredir -r :80/192.0.2.1:8080 -r :443/192.0.2.1:443 -r :11211/192.0.2.10:11211