Skip to content

Commit 28ee45b

Browse files
authored
Setup DNS to use Google DNS and Cloudflare DNS
Instead of using one provided by Anka which will proxy the host one. Might be related to flutter/flutter#50730
1 parent 352f2ef commit 28ee45b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

templates/catalina-base.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@
4949
],
5050
"type": "shell"
5151
},
52-
{
53-
"inline": [
54-
"sudo safaridriver --enable",
55-
],
56-
"type": "shell"
57-
},
5852
{
5953
"inline": [
6054
"brew install ruby ruby-build rbenv",
@@ -65,6 +59,13 @@
6559
"sudo gem install bundler"
6660
],
6761
"type": "shell"
68-
}
62+
},
63+
{
64+
"inline": [
65+
"sudo safaridriver --enable",
66+
"networksetup -setdnsservers Ethernet 8.8.8.8 8.8.4.4 1.1.1.1",
67+
],
68+
"type": "shell"
69+
},
6970
]
7071
}

0 commit comments

Comments
 (0)