[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #23211 [Metrics/Onionoo]: limit Onionoo default listening to localhost
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs