File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ section if a custom port is used.
167
167
168
168
``` js
169
169
[
170
- ' 4.4.4.4 ' ,
170
+ ' 8.8.8.8 ' ,
171
171
' 2001:4860:4860::8888' ,
172
- ' 4.4.4.4 :1053' ,
172
+ ' 8.8.8.8 :1053' ,
173
173
' [2001:4860:4860::8888]:1053' ,
174
174
]
175
175
```
@@ -818,9 +818,9 @@ addresses. If the port is the IANA default DNS port (53) it can be omitted.
818
818
819
819
``` js
820
820
dns .setServers ([
821
- ' 4.4.4.4 ' ,
821
+ ' 8.8.8.8 ' ,
822
822
' [2001:4860:4860::8888]' ,
823
- ' 4.4.4.4 :1053' ,
823
+ ' 8.8.8.8 :1053' ,
824
824
' [2001:4860:4860::8888]:1053' ,
825
825
]);
826
826
```
@@ -935,9 +935,9 @@ section if a custom port is used.
935
935
936
936
``` js
937
937
[
938
- ' 4.4.4.4 ' ,
938
+ ' 8.8.8.8 ' ,
939
939
' 2001:4860:4860::8888' ,
940
- ' 4.4.4.4 :1053' ,
940
+ ' 8.8.8.8 :1053' ,
941
941
' [2001:4860:4860::8888]:1053' ,
942
942
]
943
943
```
@@ -1385,9 +1385,9 @@ addresses. If the port is the IANA default DNS port (53) it can be omitted.
1385
1385
1386
1386
``` js
1387
1387
dnsPromises .setServers ([
1388
- ' 4.4.4.4 ' ,
1388
+ ' 8.8.8.8 ' ,
1389
1389
' [2001:4860:4860::8888]' ,
1390
- ' 4.4.4.4 :1053' ,
1390
+ ' 8.8.8.8 :1053' ,
1391
1391
' [2001:4860:4860::8888]:1053' ,
1392
1392
]);
1393
1393
```
You can’t perform that action at this time.
0 commit comments