Skip to content
  • teor (Tim Wilson-Brown)'s avatar
    Avoid disclosing exit IP addresses in exit policies by default · 514f0041
    teor (Tim Wilson-Brown) authored
    From 0.2.7.2-alpha onwards, Exits would reject all the IP addresses
    they knew about in their exit policy. But this may have disclosed
    addresses that were otherwise unlisted.
    
    Now, only advertised addresses are rejected by default by
    ExitPolicyRejectPrivate. All known addresses are only rejected when
    ExitPolicyRejectLocalInterfaces is explicitly set to 1.
    514f0041