Most active commenters

    ←back to thread

    224 points gurjeet | 13 comments | | HN request time: 0.21s | source | bottom
    1. raesene9 ◴[] No.26634234[source]
    http://icanhazip.com/ is my favourite one of these services, for simplicity and also as I can always remember the URL :)
    replies(3): >>26634357 #>>26634947 #>>26636180 #
    2. kuroguro ◴[] No.26634357[source]
    I use https://wtfismyip.com/ for similar reasons :)
    replies(2): >>26634759 #>>26634994 #
    3. masterofmisc ◴[] No.26634759[source]
    just went there.. Oh dear!
    replies(1): >>26635582 #
    4. nubb ◴[] No.26634947[source]
    Curl icanhazip.com has become muscle memory for me.
    5. kalleboo ◴[] No.26634994[source]
    This one also shows both your IPv6 and your IPv4 at the same time, which none of the other ones linked in these comments seems to do
    replies(1): >>26635325 #
    6. throwaway744678 ◴[] No.26635325{3}[source]
    Pro of icanhazip.com is that you can curl it directly, it returns your address and nothing else; you don't have to parse the result to get the value, which is a big plus when used in a script:

        curl icanhazip.com
        curl ipv4.icanhazip.com
        curl ipv6.icanhazip.com
    replies(4): >>26635490 #>>26635799 #>>26635899 #>>26638577 #
    7. theblazehen ◴[] No.26635490{4}[source]
    You can curl ifconfig.co as well, uses user agent sniffing to just return the IP
    8. Izkata ◴[] No.26635582{3}[source]
    They keep with the theme even in API requests: https://wtfismyip.com/json
    replies(1): >>26635959 #
    9. kalleboo ◴[] No.26635799{4}[source]
    Yeah there are definitely different services for different use cases!
    10. yjftsjthsd-h ◴[] No.26635899{4}[source]
    curl wtfismyip.com/text

    curl wtfismyip.com/json

    11. anthropodie ◴[] No.26635959{4}[source]
    The first thing I read was "yourFuckingISP":"BSNL" and I was like yup that's right. :D
    12. chrismeller ◴[] No.26636180[source]
    There are other services he runs as well: https://major.io/icanhazip-com-faq/
    13. lytedev ◴[] No.26638577{4}[source]
    cURL has flags for this!

            curl -4 icanhazip.com
            curl -6 icanhazip.com