Skip to content

UE2020/railroute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

railroute

A simple, blazing fast TCP router written in Rust.

Example

> railroute -p 8000 -a google.com:80
19:03:18 [INFO] Server listening on port 8000
19:03:21 [INFO] Accepted connection from 127.0.0.1:42316
19:03:24 [INFO] Connection from 127.0.0.1:42316 terminated

Usage

Usage information can be found on the help page.

railroute 1.0
UE2020
A simple, blazing fast TCP router.

USAGE:
    railroute [OPTIONS] --address <ADDRESS>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -a, --address <ADDRESS>    Sets the routed address
    -p, --port <PORT>          Sets a custom port (default is 3000)

About

A simple, blazing fast TCP router.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages