nusenu / ansible-relayor

An Ansible Role for Tor Relay Operators
GNU General Public License v3.0
248 stars 43 forks source link

add support for MetricsPort #217

Closed nusenu closed 3 years ago

nusenu commented 3 years ago

(after tor 0.4.6.x reaches deb.torproject.org stable repos)

nusenu commented 3 years ago

depends on https://gitlab.torproject.org/tpo/core/tor/-/issues/40192 https://gitlab.torproject.org/tpo/core/tor/-/merge_requests/453

nusenu commented 3 years ago

instead of using the still not implemented unix socket I use TCP on 127.0.0.1

a testable version is implemented in the metricsport branch

nusenu commented 3 years ago

MetricsPort support (without unix socket) has been implemented and merged into master.