ngrok forwarding

It is possible to connect to tcp://0.tcp.ap.ngrok.io:19914 using W5500? If it is not possible, what other similar alternative can I use?

It is not possible to directly enter the DNS address in the driver.

Use the function below in ioLibrary_Driver/Internet/DNS/dns.h to obtain the IP address and then enter the IP address.
ex)
DNS_run(dns_ip, site, site_ip);
connect(sn, site _ip, port);

Please refer to the link below

I answered by mistake in the other thread, but I’ll check it out and also try it.

Thanks.