What are Matching Endpoints?
A matching endpoint is a public endpoint with a hostname matching a Domain or TCP Address you've configured with ngrok.
For example, after you create the Domain app.example.com
, you can create the Endpoint https://app.example.com
.
Matching endpoints are subject to the following restrictions:
Endpoint Protocol | Required Port |
---|---|
http | 80 |
https | 443 |
tls | 443 |
tcp | Any |
If you configure your Domain to use dedicated IPs, these restrictions are removed and you may create matching endpoints on any ports. :::