Add more dns servers to unbound
This commit is contained in:
parent
50bd8505ec
commit
e39e3cf0cb
@ -31,7 +31,13 @@
|
||||
forward-zone = {
|
||||
name = ".";
|
||||
forward-tls-upstream = "yes";
|
||||
forward-addr = "1.1.1.1@853#cloudflare-dns.com";
|
||||
# forward-addr = "1.1.1.1@853#cloudflare-dns.com";
|
||||
forward-addr = [
|
||||
"1.1.1.1@853#cloudflare-dns.com"
|
||||
"1.0.0.1@853#cloudflare-dns.com"
|
||||
"8.8.8.8@853#dns.google"
|
||||
"8.8.4.4@853#dns.google"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user