feat(webnsupdate): add handling for multiple IPs
All checks were successful
/ build (push) Successful in 1s
/ check (push) Successful in 8s
/ report-size (push) Successful in 2s

Specifically, for when both and IPv6 and and IPv4 addr is provided. This
ensures we can forward both addrs to webnsupdate, instead of only
allowing IPv4.
This commit is contained in:
Jalil David Salamé Messina 2025-01-23 18:01:58 +01:00
parent 542336867a
commit a2735b46b5
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 83 additions and 31 deletions

2
Cargo.lock generated
View file

@ -1139,6 +1139,8 @@ dependencies = [
"insta",
"miette",
"ring",
"serde",
"serde_json",
"tokio",
"tower-http",
"tracing",