[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #24269 [Core Tor/Tor]: Raise a FATAL error if the user tried to combine v3 and v3 hidden service in same directory
#24269: Raise a FATAL error if the user tried to combine v3 and v3 hidden service
in same directory
------------------------------+--------------------
Reporter: cypherpunks | Owner: (none)
Type: task | Status: new
Priority: Medium | Milestone:
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------+--------------------
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
==============================
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24269>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs