Someone gave me a curl command: `curl -4 https://icanhazip.com/` and when I put this in the converter, it gives me: `fetch('https://icanhazip.com/')` The fetch command gives me the ipv6 address while curl command gives me the ipv4 addrerss
Someone gave me a curl command:
curl -4 https://icanhazip.com/and when I put this in the converter, it gives me:
fetch('https://icanhazip.com/')The fetch command gives me the ipv6 address while curl command gives me the ipv4 addrerss