Fix DNS Fallback

This commit is contained in:
Shtorm
2026-08-09 15:01:36 +03:00
parent f682ceb8e2
commit cb664d1a4b
4 changed files with 44 additions and 14 deletions

View File

@@ -34,7 +34,8 @@
// - "parallel": query all servers concurrently. Returns
// the first successful response (cancelling the rest), or the last
// error if all servers failed.
"strategy": "sequential"
"strategy": "sequential",
"timeout": "10s" // overall budget for the whole fallback exchange
}
],
"disable_cache": true,