Restriction placed on the origin of incoming connections to the edge to only allow these CIDR ranges. Call multiple times to add additional CIDR ranges. See IP restrictions in the ngrok docs for additional details.
Restriction placed on the origin of incoming connections to the edge to deny these CIDR ranges. Call multiple times to add additional CIDR ranges. See IP restrictions in the ngrok docs for additional details.
The domain to request for this edge, any valid domain or hostname that you have previously registered with ngrok. If using a custom domain, this requires registering in the ngrok dashboard and setting a DNS CNAME value.
Listener backend metadata. Viewable via the dashboard and API, but has no bearing on listener behavior.
To automatically forward connections, you can use listenAndForward,
or listenAndServe on the Listener Builder. These methods will also
set this forwardsTo
value.
Listener-specific opaque metadata. Viewable via the API.
Certificates to use for client authentication at the ngrok edge. See Mutual TLS in the ngrok docs for additional details.
The version of PROXY protocol to use with this listener "1", "2", or "" if not using.
The key to use for TLS termination at the ngrok edge in PEM format. See TLS Termination in the ngrok docs for additional details.
Whether to disable certificate verification for this listener.
Generated using TypeDoc
r" An ngrok listener backing a TLS endpoint. r" r"