Bump to dns-update 0.5.0

This commit is contained in:
Maurus Decimus
2026-05-23 19:20:25 +02:00
parent 777cf1252b
commit 4866cd331a
13 changed files with 217 additions and 138 deletions

View File

@@ -311,7 +311,7 @@ impl ParseHttp for Server {
.await?;
return Ok(Resource::new(
"application/json",
self.get_pacc_for_fomain(
self.get_pacc_for_domain(
req.headers()
.get(header::HOST)
.and_then(|h| h.to_str().ok())