Преглед изворни кода

* Add Google DNS servers as backups: 8.8.8.8, 8.8.4.4 9http://code.google.com/speed/public-dns/)

Bryan Drewery пре 16 година
родитељ
комит
1ccc2d49fe
2 измењених фајлова са 3 додато и 0 уклоњено
  1. 1 0
      doc/UPDATES
  2. 2 0
      src/adns.c

+ 1 - 0
doc/UPDATES

@@ -53,6 +53,7 @@
 * Only use oident for server connects, not for bot linking.
 * Fix cmd_slowjoin not working on backup bots correctly.
 * Disable cookies on ircu(undernet) and Unreal servers as they do not allow unbanning nonexistant bans.
+* Add Google DNS servers as backups: 8.8.8.8, 8.8.4.4 9http://code.google.com/speed/public-dns/)
 
 
 1.2.16.1

+ 2 - 0
src/adns.c

@@ -1163,6 +1163,8 @@ int egg_dns_init()
 		read_resolv("/etc/resolv.conf");
 		/* some backup servers, probably will never be used. */
 		add_dns_server("4.2.2.2");
+		add_dns_server("8.8.8.8");
+		add_dns_server("8.8.4.4");
         }
 
 //	read_hosts("/etc/hosts");