My task is to connect to a server, which is behind an ipv6 router. Domain name of the router is known via DynDNS. In order to address a server behind this router, i have to modify the routers WAN IPv6 address device identifier part, means i need to know this whole ip-address .
So my question is: How to resolve in B4A a hostname to its ip address ??? Basicly i need something like "nslookup" or php's "dns_get_record()"
There has been a method called "resolvehost", but this is depreciated.
So my question is: How to resolve in B4A a hostname to its ip address ??? Basicly i need something like "nslookup" or php's "dns_get_record()"
There has been a method called "resolvehost", but this is depreciated.