]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add some comments about future relay IPv6 work
authorteor <teor@torproject.org>
Fri, 20 Mar 2020 17:42:07 +0000 (03:42 +1000)
committerteor <teor@torproject.org>
Fri, 20 Mar 2020 18:07:17 +0000 (04:07 +1000)
Comments about 33681.

src/app/config/config.c

index c93ff9e1ec676775ae1f891e781027559f913de9..3047d2ebb5b8874f01d0f641d03d8d9590ef715b 100644 (file)
@@ -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 "