fixed val logic, added status
This commit is contained in:
19
README.md
19
README.md
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user