• Wilzax@lemmy.world
    link
    fedilink
    English
    arrow-up
    39
    arrow-down
    6
    ·
    4 months ago

    Why do I care what ICANN says I can do on my own network? It’s my network, I do what I want.

    • Voroxpete@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      20
      ·
      4 months ago

      Certain domain names are locally routed only. So if you use internal or local as a tld, you can just assign whatever names you want and your computer won’t go looking out on the internet for them. This means you and I can both have fileserver.local as an address on our respective network without conflicting. It’s the URI equivalent of 192.168.0.0/16.

    • Melllvar@startrek.website
      link
      fedilink
      English
      arrow-up
      7
      ·
      4 months ago

      The value of the DNS is that we all use the same one. You can declare independence, but you’d lose out on that value.

      • Wilzax@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        4
        ·
        4 months ago

        Well as long as the TLD isn’t used by anyone it should work internally regardless of what ICANN says, especially if I add it to etc/hosts

        • patrick@lemmy.jackson.dev
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 months ago

          If you just run a personal private network, then yea pick anything because you can change it fairly easily. Companies should try to stick to things that they know won’t change under them just to avoid issues

        • Magiilaro@feddit.org
          link
          fedilink
          English
          arrow-up
          10
          ·
          4 months ago

          German router and network products company AVM learned the hard way that this is a bad idea. They use fritz.box for their router interface page and it was great until tld .box became publicly available and somebody registered fritz.box.

          Having a reserved local/internal only tld is really great to prevent such issues.

          • aesthelete@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            4 months ago

            I agree that this is a good idea, but I wanted to add that if someone owns a domain already, they can also use that internally without issue.

            If you own a domain and use Let’s Encrypt for a star cert, you can have nice, well secured internal applications on your network with trusted certificates.

            • Magiilaro@feddit.org
              link
              fedilink
              English
              arrow-up
              2
              ·
              4 months ago

              That is great when using only RFC 1918 IPv4 addresses in the network, but as soon as IPv6 is added to the mix all those internal only network resources can becomes easy publicly available and announced. Yes, this can be prevented with firewalling but it should be considered.

            • witten@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              4 months ago

              You don’t even need a star cert… The DNS challenge works for that use case as well.

        • friend_of_satan@lemmy.world
          link
          fedilink
          English
          arrow-up
          14
          ·
          4 months ago

          Sure, you can do whatever you want. You could even use non-rfc1918 addresses and nobody can stop you. It’s just not always a great idea for your own network’s functionality and security. You can use an unregistered TLD if you want, but it’s worth knowing that when people and companies did that in the past, and the TLD was later registered, things didn’t turn out well for them. You wouldn’t expect .foo to be a TLD, right? And it wasn’t, until it was.

          • Wilzax@lemmy.world
            link
            fedilink
            English
            arrow-up
            5
            ·
            4 months ago

            Ah good point. I guess a future-proofed guarantee that the domain will never be used externally would be easier to use than trying to somehow configure my DNS to never update specific addresses.

  • Rikudou_Sage@lemmings.world
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    2
    ·
    4 months ago

    We use .lh, short for localhost. For local network services I use service discovery and .local. And for internal stuff we just use a subdomain of our domain.

    • xcjs@programming.dev
      link
      fedilink
      English
      arrow-up
      30
      arrow-down
      1
      ·
      4 months ago

      I was using .local, but it ran into too many conflicts with an mDNS service I host and vice versa. I switched to .lan, but I’m certainly not going to switch to .internal unless another conflict surfaces.

      I’ve also developed a host-monitoring solution that uses mDNS, so I’m not about to break my own software. 😅

    • UberMentch@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      4 months ago

      I’ve had issues with .local on my Android device. Straight up doesn’t work. I had to change to .lan

      • r00ty@kbin.life
        link
        fedilink
        arrow-up
        1
        ·
        4 months ago

        Hmm, the only issue I had was because it was using the DoH (which I don’t have a local server for). Once I disabled that, it was fine.

    • dhtseany@lemmy.ml
      link
      fedilink
      English
      arrow-up
      16
      arrow-down
      7
      ·
      4 months ago

      I still haven’t heard a convincing argument to not use .local and I see no reason to stop.

      • SirEDCaLot@lemmy.today
        link
        fedilink
        English
        arrow-up
        46
        arrow-down
        1
        ·
        4 months ago

        Mainly conflicts with mDNS. However it’s shitty IMHO that the mDNS spec snarfed a domain already in widespread use, should have used .mDNS or similar.

        • xcjs@programming.dev
          link
          fedilink
          English
          arrow-up
          9
          arrow-down
          1
          ·
          4 months ago

          That I agree with. Microsoft drafted the recommendation to use it for local networks, and Apple ignored it or co-opted it for mDNS.

      • ShortFuse@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        4 months ago

        I’ve also used .local but .local could imply a local neighborhood. The word itself is based on “location”. Maybe a campus could be .local but the smaller networks would be .internal

        Or, maybe they want to not confuse it with link-local or unique local addresses. Though, maybe all .internal networks should be using local (private) addresses?

        • x00z@lemmy.world
          link
          fedilink
          English
          arrow-up
          11
          arrow-down
          1
          ·
          4 months ago

          You mean mDNS/Zeroconf are using a tld that was already being used.

        • ayyy@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 months ago

          mDNS hasn’t been a just-Apple thing for decades. Do you still call it Ren-dess-voos like the Gaston character in Beauty and the Beast?

        • xcjs@programming.dev
          link
          fedilink
          English
          arrow-up
          4
          ·
          4 months ago

          Macs aren’t the only thing that use mDNS, either. I have a host monitoring solution that I wrote that uses it.

        • ChapulinColorado@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 months ago

          Even on windows sometimes depending on the target host, I’ve had to type host.local. (Final dot to do exact match) instead of host.local

          This didn’t seem to affect other domains. I’m assuming it was due to special handling of .local

      • anytimesoon@feddit.uk
        link
        fedilink
        English
        arrow-up
        7
        ·
        4 months ago

        I’m using .home and have not had any issues. Would you mind sharing what problems you’ve come across so I know what to expect?

        • ayyy@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          4 months ago

          The main problem I have is waking up in the middle of the night worrying that ICANN pulled some more stupid corrupt bullshit that only makes networking worse and breaks my config.

          Just look elsewhere in this thread: someone thinks that using .honk as a joke is safe. But what about .horse? .baby? .barefoot? .cool? (I stopped scrolling through the list at this point but you can see how arbitrary and idiotic things have become.)

    • chrisbit@leminal.space
      link
      fedilink
      English
      arrow-up
      26
      ·
      4 months ago

      It’s also second only to .com in terms of query volume in ICANN’s Magnitude statistics with 980 mil vs .internal’s 60 mil. Not sure if that makes it a de facto standard, but it’s close.

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    3
    ·
    edit-2
    4 months ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    CA (SSL) Certificate Authority
    DNS Domain Name Service/System
    HTTP Hypertext Transfer Protocol, the Web
    HTTPS HTTP over SSL
    IP Internet Protocol
    SSL Secure Sockets Layer, for transparent encryption
    TLS Transport Layer Security, supersedes SSL
    VPN Virtual Private Network

    6 acronyms in this thread; the most compressed thread commented on today has 6 acronyms.

    [Thread #910 for this sub, first seen 8th Aug 2024, 09:05] [FAQ] [Full list] [Contact] [Source code]

    • Monument@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      Well, I just realized I completely goofed, because I went with .arpa instead of .home.arpa, due to what was surely not my own failings.

      So I guess I’m going to be changing my home’s domain anyway.

    • subtext@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      It was just always so annoying having to go into the iPhone keyboard punctuation twice for each domain