Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/UE2020/railroute

A simple, blazing fast TCP router.
https://github.com/UE2020/railroute

Last synced: 11 days ago
JSON representation

A simple, blazing fast TCP router.

Awesome Lists containing this project

README

        

# railroute
A simple, blazing fast TCP router written in Rust.

# Example
```rust
> 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

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

OPTIONS:
-a, --address

Sets the routed address
-p, --port Sets a custom port (default is 3000)
```