I’ve wanted to install pihole so I can access my machines via DNS, currently I have names for my machines in my /etc/hosts files across some of my machines, but that means that I have to copy the configuration to each machine independently which is not ideal.

I’ve seen some popular options for top-level domain in local environments are *.box or *.local.

I would like to use something more original and just wanted to know what you guys use to give me some ideas.

  • ellipsoidalellipsoid@alien.topB
    link
    fedilink
    English
    arrow-up
    2
    ·
    il y a 1 an

    “.home.arpa” for A records.

    I run my own CA and DNS, and can create vanity TLDs like: a.git, a.webmail, b.sync, etc for internal services. These are CNAMEs pointing to A records.

  • ohuf@alien.topB
    link
    fedilink
    English
    arrow-up
    2
    ·
    il y a 1 an

    RFC 6762 defines the TLDs you can use safely in a local-only context:

    *.intranet
    *.internal
    *.private
    *.corp
    *.home
    *.lan

    Be a selfhosting rebel, but stick to the RFCs!

      • Diligent_Ad_9060@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        il y a 1 an

        https is not a problem. But you’ll need an internal CA and distributed its certificate to your hosts’ trust store.

  • Wixely@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    il y a 1 an

    Being a bit of a rebel myself. I use ONLY a tld, and where subdomains would be used, I use domain.tld

    This has lead me to discover quite a few projects out there that don’t parse domain names correctly, especially when you want to use an email like admin@tld and it cries because you have no dot.

  • TheSecondist@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    il y a 1 an

    I bought a .casa domain Using it internally, but also routing one service to the outside with that domain

  • murdaBot@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    il y a 1 an

    My TLDs are:
    .lan = management/wired vlan
    .mobile = primary wifi
    .iot = locked down for iot/home automation devices .guest = guest wifi

    The domain for each is my public .io domain.

  • certuna@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    il y a 1 an

    .local is mDNS - and I’m using that, saves me so much hassle with split-horizon issues etc.

    I also use global DNS for local servers (AAAA records on my own domain), again, this eliminates split-horizon issues. Life is too short to deal with the hassle of running your own DNS server.

  • 404invalid-user@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    il y a 1 an

    I had problems with .local because it’s used for MDNS and too lazy to figure out how that works so now I just use lan but I also own a .com domain so I have started to use that more

  • DullPhilosopher@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    il y a 1 an

    I’ve got a .com for my internal only services with tls and a .pro for my external facing services. I could probably throw them all on one but because legacy (I didn’t think things through) I have two

  • FlowLabel@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    il y a 1 an

    .app is suuuper cheap even for three letter domains. I picked one up for pennies with three letters that mean something to me and my partner and use a pair of redundanct piholes to serve local DNS for that domain. Externally it’s hosted on DigitalOcean for stuff I want external.

  • secopsx@alien.top
    cake
    B
    link
    fedilink
    English
    arrow-up
    1
    ·
    il y a 1 an

    I use a custom domain for everything…email, internal dns, external (cf tunnels), and my public websites. I use to use AWS Route 53 for everything because of work, but moved to CF because it’s free and much easier to setup and manage.

    For local devices I use *.local.domaingoeshere.com (wildcart cert), issued by cloudlfare. In retrospec I should have used *.int.domain.com as it would be less typing…but everything is categorized and bookmarked anyway.

    • maevian@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      il y a 1 an

      Why not use *.domain.com ? If you own the domain you’ll never have a conflict that way