[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] No, client-side DNS cacheing should not be on by default.
commit bbad23bf37da8d453b8aa3fbfa19c39ec62150c6
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Fri Jan 16 09:32:22 2015 -0500
No, client-side DNS cacheing should not be on by default.
---
src/or/config.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/or/config.c b/src/or/config.c
index 23edd3a..1995cb7 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -6091,8 +6091,8 @@ parse_unix_socket_config(smartlist_t *out, smartlist_t *defaults,
port->entry_cfg.ipv4_traffic = 1;
port->entry_cfg.ipv6_traffic = 1;
- port->entry_cfg.cache_ipv4_answers = 1;
- port->entry_cfg.cache_ipv6_answers = 1;
+ port->entry_cfg.cache_ipv4_answers = 0;
+ port->entry_cfg.cache_ipv6_answers = 0;
}
smartlist_add(ports_to_add, port);
} else {
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits