Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • David Goulet
  • Tor
  • Repository
Switch branch/tag
  • tor
  • src
  • or
  • dns.c
Find file BlameHistoryPermalink
  • Nick Mathewson's avatar
    Fix a bug in policy_is_reject_star() that was making IPv4 exits break · bb2145b4
    Nick Mathewson authored Nov 14, 2012
    IPv4-only exits have an implicit "reject [::]/0", which was making
    policy_is_reject_star() return 1 for them, making us refuse to do
    hostname lookups.
    
    This fix chanes policy_is_reject_star() to ask about which family we meant.
    bb2145b4