Skip to content

Commit

Permalink
switch to Google Public DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Jan 27, 2012
1 parent c28ce44 commit f124d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sysconfig.c
Expand Up @@ -141,8 +141,8 @@ static struct sysconfig sysconfig = {
.ip = 0xc0a8002a, /* 192.168.0.42 */
.netmask = 0xffffff00, /* 255.255.255.0 */
.gateway = 0xc0a80001, /* 192.168.0.1 */
.dns1 = 0xd043dede, /* 208.67.222.222 */
.dns2 = 0xd043dedc, /* 208.67.222.220 */
.dns1 = 0x08080808, /* 8.8.8.8 */
.dns2 = 0x08080404, /* 8.8.4.4 */
.autostart_as = 1
};

Expand Down

0 comments on commit f124d9e

Please sign in to comment.