fixed val logic, added status

This commit is contained in:
Phani Pavan K
2025-10-20 11:55:32 +05:30
parent d713cc8fa3
commit 06a661b951
8 changed files with 129 additions and 52 deletions

View File

@@ -1,2 +1,21 @@
# 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).