mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
application/dns-udpwireformat -> application/dns-message
This commit is contained in:
parent
56e617b9a8
commit
f96cb7aa3a
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ impl DoH {
|
|||
let response = response
|
||||
.with_header(ContentLength(packet_len as u64))
|
||||
.with_header(ContentType(
|
||||
"application/dns-udpwireformat".parse().unwrap(),
|
||||
"application/dns-message".parse().unwrap(),
|
||||
))
|
||||
.with_header(CacheControl(vec![CacheDirective::MaxAge(ttl)]));
|
||||
future::ok(response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue