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

Closed (moved)
Open
Opened Nov 14, 2017 by cypherpunks@cypherpunks

Raise a FATAL error if the user tried to combine v2 and prop224 hidden service in same directory

A user is hosting a hidden service:

Hid /path/to/key/hs-www/ hidport 127.0.0.1:80 80

What will happen if he add "HidVersion V3" line to the middle of the config?

Hid /path/to/key/hs-www/ HidVersion V3 hidport 127.0.0.1:80 80

Tor should detect this misconfiguration and raise an error. (v2 and v3 keys should not exist in same directory)

should be;

Hid /path/to/key/hs-www/ hidport 127.0.0.1:80 80

Hid /path/to/key/hs-www-v3/ HidVersion V3 hidport 127.0.0.1:80 80

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Tor: unspecified
Milestone
Tor: unspecified
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#24269