harmony/harmony-rs/demo/vbox-opnsense
Jean-Gabriel Gill-Couture 651266d71c fix: update Score trait implementation and TUI initialization
Update the `Score` trait implementations to return a `Box<dyn Interpret>` instead of concrete types or clones where necessary. Additionally, refactor the initialization and cleanup in `HarmonyTUI` to use utility functions provided by `ratatui`.
2025-01-25 12:36:22 -05:00
..
src fix: update Score trait implementation and TUI initialization 2025-01-25 12:36:22 -05:00
Cargo.toml feat(harmony): add TFTP server functionality (#10) 2025-01-07 19:12:35 +00:00
README.md feat(load balancer): Can now fully configure an OPNSense HAProxy 2025-01-04 10:12:16 -05:00

OPNSense demo

Download the virtualbox snapshot from {{TODO URL}}

Start the virtualbox image

This virtualbox image is configured to use a bridge on the host's physical interface, make sure the bridge is up and the virtual machine can reach internet.

Credentials are opnsense default (root/opnsense)

Run the project with the correct ip address on the command line :

cd demo/vbox-opnsense/
cargo run 192.168.5.229