Overview
TCP Addresses enable you to create public TCP Endpoints on a fixed address. TCP Addresses are a host and port tuple, for example1.tcp.eu.ngrok.io:12345
.
You can manage TCP Addresses on your ngrok
Dashboard or via the ngrok
API.
Public endpoint creation
A TCP Address’s primary responsibility is to enable you to create public TCP endpoints with a hostname and port matching the address. These are called “matching endpoints”. For example, after you create the TCP Address1.tcp.jp.ngrok.io:12345
, you can create the Endpoint
tcp://1.tcp.jp.ngrok.io:12345
.
Only TCP endpoints may be created on TCP Addresses. To create other endpoint
types, create a Domain.