Skip to main content

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 ProtocolRequired Port
http80
https443
tls443
tcpAny

If you configure your Domain to use dedicated IPs, these restrictions are removed and you may create matching endpoints on any ports. :::