[tor-commits] [tor/master] Add some comments about future relay IPv6 work

nickm at torproject.org nickm at torproject.org
Mon Mar 23 13:03:28 UTC 2020


commit 1d22411cea7887857e449a369c4ba5730c03ee9c
Author: teor <teor at torproject.org>
Date:   Sat Mar 21 03:42:07 2020 +1000

    Add some comments about future relay IPv6 work
    
    Comments about 33681.
---
 src/app/config/config.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/app/config/config.c b/src/app/config/config.c
index c93ff9e1e..3047d2ebb 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -2905,7 +2905,8 @@ resolve_my_address(int warn_severity, const or_options_t *options,
     /* make sure we're ok with publishing an internal IP */
     if (using_default_dir_authorities(options)) {
       /* if they are using the default authorities, disallow internal IPs
-       * always. */
+       * always. For IPv6 ORPorts, this check is done in
+       * router_get_advertised_ipv6_or_ap(). See #33681. */
       log_fn(warn_severity, LD_CONFIG,
              "Address '%s' resolves to private IP address '%s'. "
              "Tor servers that use the default DirAuthorities must have "





More information about the tor-commits mailing list