ngrok forwarding

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