Prerequisites

To get the most out of this guide, you will need to:
One-offInteractivePoliciesInput AuditsOutput Audits
Command-line
EditorNot applicable
Port Forward local ports from your private network | HTTP example.
NameTypeDescription
HOSTenv-varThe IP or hostname of the service
PORTenv-varThe port of the service

Connection setup

Create a new TCP connection in hoop’s web panel.
create tcp connection screenshot

How to Use it

hoop connect myservice --port 8080
Open the forwarded service in a web browser or via HTTP request.
curl http://127.0.0.1:8080
# or
open http://127.0.0.1:8080