exit-v6.i 681 B

123456789101112131415161718
  1. # An exit policy that allows exiting to IPv6 localhost
  2. #ExitPolicy accept6 [::1]:*
  3. IPv6Exit 1
  4. # An exit policy that allows exiting to the entire internet on HTTP(S)
  5. # This may be required to work around #11264 with microdescriptors enabled
  6. # "The core of this issue appears to be that the Exit flag code is
  7. # optimistic (just needs a /8 [IP6?] and 2 ports), but the microdescriptor
  8. # exit policy summary code is pessimistic (needs the entire internet)."
  9. # An alternative is to disable microdescriptors and use regular
  10. # descriptors, as they do not suffer from this issue.
  11. #ExitPolicy accept6 *:80
  12. #ExitPolicy accept6 *:443
  13. #ExitPolicy reject6 *:*
  14. # OR
  15. ExitPolicy accept6 *:*