rico0: add cloudflare to upstream dns
This commit is contained in:
parent
23b504f199
commit
34818a9839
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ _: {
|
||||||
init.strategy = "blocking";
|
init.strategy = "blocking";
|
||||||
groups = {
|
groups = {
|
||||||
default = [
|
default = [
|
||||||
|
# Cloudflare
|
||||||
|
"tcp+udp:1.1.1.1"
|
||||||
|
|
||||||
# Google
|
# Google
|
||||||
"tcp+udp:8.8.8.8"
|
"tcp+udp:8.8.8.8"
|
||||||
"tcp+udp:8.8.4.4"
|
"tcp+udp:8.8.4.4"
|
||||||
|
|
Loading…
Reference in a new issue