26 lines
606 B
Markdown
26 lines
606 B
Markdown
# Steckbrett
|
|
|
|
TUI wrapper for Socat, a program for port forwarding with bi-directional communication on linux.
|
|
|
|
Offers a simple plug board like experience to manage forwarding rules.
|
|
|
|
Uses systemd service to start the forwarding on system boot. Targetted to beginners wanting to get into SOHO, home-labbing, etc.
|
|
|
|
## Build
|
|
|
|
Run `cargo build --release` in project's root, the binary will be in target/release/
|
|
|
|
## Disclaimer
|
|
|
|
This project is in very early stage of development. Use it at your own risk.
|
|
|
|
## License
|
|
|
|
Follow [LICENSE](LICENSE).
|
|
|
|
Also follow [.NOAI](.NOAI).
|
|
|
|
|
|
---
|
|
|
|
~ A Grammer Society Project. |