Module config

Source
Expand description

Tunnel and endpoint configuration types.

Structs§

Action
An action that should be taken if the rule matches
HttpTunnelBuilder
A builder for a tunnel backing an HTTP endpoint.
InvalidSchemeString
Error representing invalid string for Scheme
LabeledTunnelBuilder
A builder for a labeled tunnel.
OauthOptions
Oauth Options configuration
OidcOptions
Oidc Options configuration
Policy
A policy that defines rules that should be applied to incoming or outgoing connections to the edge.
Rule
A policy rule that should be applied
TcpTunnelBuilder
A builder for a tunnel backing a TCP endpoint.
TlsTunnelBuilder
A builder for a tunnel backing a TCP endpoint.

Enums§

InvalidPolicy
Errors in creating or serializing Policies
ProxyProto
The version of PROXY protocol to use with this tunnel.
Scheme
The URL scheme for this HTTP endpoint.

Traits§

ForwarderBuilder
Trait representing things that can be built into an ngrok tunnel and then forwarded to a provided URL.
TunnelBuilder
Trait representing things that can be built into an ngrok tunnel.