[metrics-bugs] #23211 [Metrics/Onionoo]: limit Onionoo default listening to localhost

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Aug 11 09:49:37 UTC 2017


#23211: limit Onionoo default listening to localhost
---------------------------------+--------------------------
     Reporter:  iwakeh           |      Owner:  metrics-team
         Type:  enhancement      |     Status:  new
     Priority:  Medium           |  Milestone:
    Component:  Metrics/Onionoo  |    Version:
     Severity:  Normal           |   Keywords:
Actual Points:                   |  Parent ID:
       Points:                   |   Reviewer:
      Sponsor:                   |
---------------------------------+--------------------------
 This means shipping a jetty.xml with the following change:

 {{{
       <New class="org.eclipse.jetty.server.ServerConnector">
         <Arg>
           <Ref id="server"/>
         </Arg>
         <Set name="port">8080</Set>
 +       <Set name="host">127.0.0.1</Set>
       </New>
 }}}

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


More information about the metrics-bugs mailing list