@ngrok/ngrok-darwin-x64
Advanced tools
Changelog
1.4.0
policy
to traffic_policy
Changelog
1.3.0:
rootCas
to session builder and root_cas
to ngrok.forward
. Setting this to host
will use the host's trusted certificates to connect for the ngrok session.session_ca_cert
and server_addr
to ngrok.forward
, which correspond to the same functions in the session builder.Changelog
1.2.0:
verifyUpstreamTls
to listener builders and verify_upstream_tls
to ngrok.forward
. Setting this to false will skip verification of the upstream application's TLS certificate.Changelog
1.1.1:
appProtocol(string)
to the labeled listener builder. Setting this to "http2" will enable HTTP/2 support to the backend application.Changelog
1.1.0:
appProtocol(string)
to http listener builder, and app_protocol: string
as a ngrok.forward()
argument. Setting this to "http2" will enable HTTP/2 support to the backend application.Changelog
1.0.0:
ngrok.forward
Changelog
0.9.1:
ngrok.forward
from ngrok.connect
, keeping an alias.ngrok-javascript
.Changelog
0.9.0:
ngrok.connect
now returns the full Listener
object.Changelog
0.8.0:
allowUserAgent
and denyUserAgent
options to HTTP listeners.clientId
and clientSecret
options to OAuth.