input-output-hk / cardano-rt-view

RTView: real-time watching for Cardano nodes (ARCHIVED)
Apache License 2.0
59 stars 11 forks source link

rt-view is listening on `127.0.0.1:3100` instead of `0.0.0.0:3100` #88

Closed dorin100 closed 3 years ago

dorin100 commented 3 years ago

details here: https://input-output-rnd.slack.com/archives/C01DBUGPGTA/p1606133671069200?thread_ts=1606130611.066400&cid=C01DBUGPGTA

   Now, indicate a host of machine RTView will be launched on (default is 0.0.0.0): x.x.x.x
    Ok, it is assumed that RTView will be launched on the host "x.x.x.x"

Should the rt-view server listen on 0.0.0.0:8500 or x.x.x.x:8500 instead of 127.0.0.1:8500 ? Or am I missing anything? (or doing anything wrong)

image