mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-11 04:47:11 +03:00
Fix DNS Fallback
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user