Skip to content

Commit f124d9e

Browse files
author
Xiangfu Liu
committedJan 27, 2012
switch to Google Public DNS
1 parent c28ce44 commit f124d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/sysconfig.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ static struct sysconfig sysconfig = {
141141
.ip = 0xc0a8002a, /* 192.168.0.42 */
142142
.netmask = 0xffffff00, /* 255.255.255.0 */
143143
.gateway = 0xc0a80001, /* 192.168.0.1 */
144-
.dns1 = 0xd043dede, /* 208.67.222.222 */
145-
.dns2 = 0xd043dedc, /* 208.67.222.220 */
144+
.dns1 = 0x08080808, /* 8.8.8.8 */
145+
.dns2 = 0x08080404, /* 8.8.4.4 */
146146
.autostart_as = 1
147147
};
148148

0 commit comments

Comments
 (0)
Please sign in to comment.