I'm using the code below to print IP addresses of a domain name.
    
    
    let info = getHostByName("www.kame.net")
    for addr in info.addrList:
        echo addr

But it only outputs the IPV4 address.

Reply via email to