bug16069-exit-policy-rule6 915 B

12345678910111213141516
  1. o Minor bug fixes (torrc exit policies):
  2. - When parsing torrc ExitPolicies, we now warn if:
  3. * an IPv4 address is used on an accept6 or reject6 line. The line is
  4. ignored, but the rest of the policy items in the list are used.
  5. (accept/reject continue to allow both IPv4 and IPv6 addresses in
  6. torrcs.)
  7. * a "private" address alias is used on an accept6 or reject6 line.
  8. The line filters both IPv4 and IPv6 private addresses, disregarding
  9. the 6 in accept6/reject6.
  10. - When parsing torrc ExitPolicies, we now issue an info-level message:
  11. * when expanding an accept/reject * line to include both IPv4 and IPv6
  12. wildcard addresses.
  13. - In each instance, usage advice is provided to avoid the message.
  14. Partial fix for ticket 16069. Patch by "teor".
  15. Patch on 2eb7eafc9d78 and a96c0affcb4c (25 Oct 2012),
  16. released in 0.2.4.7-alpha.