IP restrictions
Limit access to your endpoint to specific IP addresses or CIDR ranges:ngrok.yml
Mutual TLS (mTLS)
For environments that require client certificate verification, ngrok supports mutual TLS. This ensures that only clients presenting a valid certificate can connect to your endpoint. See the Agent TLS Termination documentation for configuration details.Combining security controls
You can layer multiple security controls on a single endpoint. For example, combine IP restrictions with OAuth authentication:ngrok.yml
Next steps
- IP Restrictions action reference: full configuration options for IP restrictions
- Authentication: add user-level authentication to your endpoints
- Traffic Policy: explore all available security and traffic management actions