-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ahmed Bashir
committed
Oct 15, 2017
1 parent
c2eebfa
commit cf88c7c
Showing
3 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
# muxd | ||
# muxd | ||
|
||
Multi-purpose utility for converting network traffic | ||
|
||
Usage: | ||
``` | ||
./muxd --input-protocol tcp --input-host 127.0.0.1 --input-port 8080 --output-protocol udp --output-host myserver.example.com --output-port 12345 --debug | ||
``` | ||
|
||
Help: | ||
``` | ||
NAME: | ||
muxd - Network multiplexer | ||
USAGE: | ||
muxd [global options] command [command options] [arguments...] | ||
VERSION: | ||
0.0.1 | ||
COMMANDS: | ||
help, h Shows a list of commands or help for one command | ||
GLOBAL OPTIONS: | ||
--input-protocol value Input protocol [tcp, udp, redis] | ||
--input-host value Input host (IP) | ||
--input-port value Input port (default: 0) | ||
--input-channel value Input channel [redis] | ||
--output-protocol value Output protocol [tcp, udp, redis] | ||
--output-host value Output host (IP) | ||
--output-port value Output port (default: 0) | ||
--output-channel value Output channel [redis] | ||
--debug Set debug log level | ||
--help, -h show help | ||
--version, -v print the version | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters