mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-07-21 00:31:12 +00:00
Do not respond to network error, silently fail to prevent caching of SERVFAIL
Hopefully we can improve the availability of DoH under unstable network environments.
This commit is contained in:
@@ -23,5 +23,7 @@
|
||||
|
||||
package main
|
||||
|
||||
const VERSION = "1.3.3"
|
||||
const USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
|
||||
const (
|
||||
VERSION = "1.3.3"
|
||||
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user