@@ -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
@@ -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");