mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +00:00
LookupServer: Support multiple nameservers
The configuration key [DNS] Nameserver has been renamed to Nameservers and accepts a comma-separated list of nameserver addresses, which will be queried in the given order until a response has been received. The new default value is still Cloudflare's 1.1.1.1 as well as their secondary DNS server 1.0.0.1.
This commit is contained in:
parent
2440112d53
commit
7eee39b850
Notes:
sideshowbarker
2024-07-19 01:43:58 +09:00
Author: https://github.com/linusg
Commit: 7eee39b850
Pull-request: https://github.com/SerenityOS/serenity/pull/3847
Issue: https://github.com/SerenityOS/serenity/issues/3843
Reviewed-by: https://github.com/awesomekling
3 changed files with 30 additions and 19 deletions
|
@ -1,2 +1,2 @@
|
|||
[DNS]
|
||||
Nameserver=1.1.1.1
|
||||
Nameservers=1.1.1.1,1.0.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue