Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #18214

Closed (moved)
Open
Opened Feb 02, 2016 by toralf@toralf

exit policy wrongly displayed in globe, atlas etc.

I do have in torrc :

...
# restrict the reduced exit policy here further due to too many abuse tickets from AS (mostly port scans)
#
ExitPolicy reject *:20-21
ExitPolicy reject *:22
ExitPolicy reject *:23
ExitPolicy reject *:80
ExitPolicy reject *:554
ExitPolicy reject *:8000
ExitPolicy reject *:8080

# this is the copy of the reduced exit policy from:  https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy
#
ExitPolicy accept *:20-21     # FTP
ExitPolicy accept *:22        # SSH
ExitPolicy accept *:23        # Telnet
ExitPolicy accept *:43        # WHOIS
...

but https://globe.torproject.org/#/relay/F1BE15429B3CE696D6807F4D4A58B1BFEC45C822 shows :

...
reject 173.193.197.194:*
reject *:80
accept *:43
...

This is a remote problem, using stem I do get all rejected ports from my tor process :

ms-magpie ~ # python3 /home/tfoerste/test.py | tr ',' '\n' | grep 'reject \*' | xargs
reject *:20-21 reject *:22 reject *:23 reject *:80 reject *:554 reject *:8000 reject *:8080 reject *:*
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.2.8.x-final
Milestone
Tor: 0.2.8.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#18214