• Taasz/Woof
    link
    fedilink
    English
    271 year ago

    I didn’t even realize 0.0.0.0 was a valid address to enter into a browser! TIL.

    • Possibly linux
      link
      fedilink
      English
      321 year ago

      On Linux it is just a catch all address (listen on all interfaces)

      Elsewhere it doesn’t do anything since I don’t believe it is part of the networking standards

      • Taasz/Woof
        link
        fedilink
        English
        141 year ago

        Yeah I’m familiar with that part, I just meant in context of a browser being able to connect to it.

        • If I were implementing it, I’d just list all interfaces on the machine and see if there’s a service bound to it on the given port. There’s probably only one, but it’s technically undefined behavior I think.