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
  • #6211

Closed (moved)
Open
Opened Jun 19, 2012 by cypherpunks@cypherpunks

AllowDotExit 1 breaks in 0.2.3.17-beta

I'm running 0.2.3.17-beta on Ubuntu 12.04 and I have AllowDotExit 1 in /etc/tor/torrc. .exit notation no longer works. This is relatively easy to reproduce:

# This works
$ curl --socks4a 127.0.0.1:9050 http://www.torproject.org/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
...

# The first .exit attempt sometimes works:
$ curl --socks4a 127.0.0.1:9050 http://www.torproject.org.chomsky.exit/                                             
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

# Later attempts fail
$ curl --socks4a 127.0.0.1:9050 http://www.torproject.org.chomsky.exit/
curl: (7) Can't complete SOCKS4 connection to 0.0.0.0:119. (91), request rejected or failed.

The following is in the Tor logs:

Jun 19 23:10:07.000 [warn] connection_ap_handshake_rewrite_and_attach(): Bug: Address '[scrubbed].exit', with impossible source for the .exit part. Refusing.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.2.3.x-final
Milestone
Tor: 0.2.3.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#6211