feat: Add score and opnsense implementation to register dhcp leases in dns server

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-12-18 12:38:04 -05:00
parent 51c6f1818c
commit 478fd9e941
13 changed files with 222 additions and 20 deletions

11
harmony-rs/Cargo.lock generated
View File

@@ -711,6 +711,17 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "fqm"
version = "0.1.0"
dependencies = [
"cidr",
"env_logger",
"harmony",
"log",
"tokio",
]
[[package]]
name = "funty"
version = "2.0.0"