fix: Haproxy now has SSL:Other(String) to store unknown values from opnsense, also ran a cargo fmt
Some checks failed
Run Check Script / check (pull_request) Failing after 58s

This commit is contained in:
Jean-Gabriel Gill-Couture
2025-09-04 23:47:09 -04:00
parent ecc461a33f
commit 1304a3a1d1
10 changed files with 61 additions and 31 deletions

View File

@@ -8,7 +8,8 @@ use harmony::{
load_balancer::LoadBalancerScore,
},
topology::{
BackendServer, DummyInfra, HealthCheck, HttpMethod, HttpStatusCode, LoadBalancerService, SSL,
BackendServer, DummyInfra, HealthCheck, HttpMethod, HttpStatusCode, LoadBalancerService,
SSL,
},
};
use harmony_macros::ipv4;