Add new fields for OPNSense 25.1

This commit is contained in:
tahahawa
2025-07-12 01:05:21 -04:00
parent 537da5800f
commit c4f4a58dcf
3 changed files with 10 additions and 4 deletions

View File

@@ -22,8 +22,10 @@ use harmony_macros::{ip, mac_address};
#[tokio::main]
async fn main() {
env_logger::init();
let firewall = harmony::topology::LogicalHost {
ip: ip!("192.168.5.229"),
ip: ip!("192.168.122.106"),
name: String::from("opnsense-1"),
};