|
@@ -193,9 +193,7 @@ evdns_log_cb(int warn, const char *msg)
|
|
|
} else if (!strcmpstart(msg, "Nameserver ") &&
|
|
|
(cp=strstr(msg, " is back up"))) {
|
|
|
char *ns = tor_strndup(msg+11, cp-(msg+11));
|
|
|
-
|
|
|
- * already up -- so we only shout when we actually change
|
|
|
- * a meaningful state. */
|
|
|
+ warn = 0;
|
|
|
control_event_server_status(LOG_NOTICE,
|
|
|
"NAMESERVER_STATUS NS=%s STATUS=UP", ns);
|
|
|
tor_free(ns);
|
|
@@ -1692,6 +1690,9 @@ launch_resolve(edge_connection_t *exitconn, or_circuit_t *circ)
|
|
|
|
|
|
* node, with "error 1". Is there anything the user can do to
|
|
|
* resolve this? -RD */
|
|
|
+
|
|
|
+ * ServerDNSAllowNonRFC953Addreesses? If it's still not working,
|
|
|
+ * let me know which addresses are breaking. -NM */
|
|
|
if (exitconn->_base.purpose == EXIT_PURPOSE_RESOLVE) {
|
|
|
if (evdns_err_is_transient(r))
|
|
|
send_resolved_cell(exitconn, circ, RESOLVED_TYPE_ERROR_TRANSIENT);
|