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
```
@@ -820,9 +820,9 @@ addresses. If the port is the IANA default DNS port (53) it can be omitted.
820
820
821
821
``` js
822
822
dns .setServers ([
823
- ' 4.4.4.4 ' ,
823
+ ' 8.8.8.8 ' ,
824
824
' [2001:4860:4860::8888]' ,
825
- ' 4.4.4.4 :1053' ,
825
+ ' 8.8.8.8 :1053' ,
826
826
' [2001:4860:4860::8888]:1053' ,
827
827
]);
828
828
```
@@ -937,9 +937,9 @@ section if a custom port is used.
937
937
938
938
``` js
939
939
[
940
- ' 4.4.4.4 ' ,
940
+ ' 8.8.8.8 ' ,
941
941
' 2001:4860:4860::8888' ,
942
- ' 4.4.4.4 :1053' ,
942
+ ' 8.8.8.8 :1053' ,
943
943
' [2001:4860:4860::8888]:1053' ,
944
944
]
945
945
```
@@ -1389,9 +1389,9 @@ addresses. If the port is the IANA default DNS port (53) it can be omitted.
1389
1389
1390
1390
``` js
1391
1391
dnsPromises .setServers ([
1392
- ' 4.4.4.4 ' ,
1392
+ ' 8.8.8.8 ' ,
1393
1393
' [2001:4860:4860::8888]' ,
1394
- ' 4.4.4.4 :1053' ,
1394
+ ' 8.8.8.8 :1053' ,
1395
1395
' [2001:4860:4860::8888]:1053' ,
1396
1396
]);
1397
1397
```
You can’t perform that action at this time.
0 commit comments