[tor-bugs] #2408 [Tor Relay]: "PublishServerDescriptor hidserv" publishes a public relay descriptor

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Jan 18 11:17:55 UTC 2011


#2408: "PublishServerDescriptor hidserv" publishes a public relay descriptor
-----------------------+----------------------------------------------------
 Reporter:  rransom    |       Owner:  rransom           
     Type:  defect     |      Status:  new               
 Priority:  major      |   Milestone:  Tor: 0.2.1.x-final
Component:  Tor Relay  |     Version:                    
 Keywords:             |      Parent:                    
-----------------------+----------------------------------------------------
 I ran a Tor instance with the following lines in its torrc:

 {{{
 ORPort 51412
 BridgeRelay 1
 ExitPolicy reject *:*
 PublishServerDescriptor hidserv
 }}}

 (There were other non-comment lines in the torrc, including lines
 specifying hidden services, but those are not relevant.)

 I expected this Tor instance to publish hidden service descriptors and not
 publish any router descriptor (whether bridge or public relay).  Instead,
 it published a router descriptor as a public relay.

 The `hidserv` parameter to the `PublishServerDescriptor` torrc option is
 obsolete, it is ignored by the code that publishes hidden service
 descriptors (even v0 descriptors), and the configuration-parsing code
 should explicitly ignore it (and print a warning).

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2408>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list