|
|
@@ -919,7 +919,7 @@ int egg_dns_init()
|
|
|
_dns_header.flags = htons(1 << 8 | 1 << 7);
|
|
|
read_resolv("/etc/resolv.conf");
|
|
|
read_resolv(".resolv.conf");
|
|
|
- read_hosts("/etc/hosts");
|
|
|
+// read_hosts("/etc/hosts");
|
|
|
read_hosts(".hosts");
|
|
|
|
|
|
/* some backup servers, probably will never be used. */
|