https://github.com/kallydev/forward-rs
A TCP reverse proxy server
https://github.com/kallydev/forward-rs
Last synced: 10 months ago
JSON representation
A TCP reverse proxy server
- Host: GitHub
- URL: https://github.com/kallydev/forward-rs
- Owner: kallydev
- License: mit
- Created: 2020-07-14T02:01:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T11:40:53.000Z (over 5 years ago)
- Last Synced: 2025-01-17T11:29:56.683Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forward


[](https://github.com/kallydev/forward/actions)
A TCP reverse proxy server.
## Instructions
> Non-production environment version.
Execution parameter format.
```bash
./forward
```
Usage example.
```bash
./forward 0.0.0.0:8080 127.0.0.1:80
```
## Todo
- [ ] UDP forward
- [ ] Config support
## License
Copyright (c) KallyDev. All rights reserved.
Licensed under the [MIT license](LICENSE).