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
    ·
    1 year ago

    “.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
    ·
    1 year ago

    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
        ·
        1 year ago

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

  • thetredev@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    dot lan. I don’t need let’sencrypt. I just ceeate my own CA, my own (wildcard) certificates, and install the CA into all my boxes that I want or need to have certificate verification succeeding.

  • DirectReflection3106@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    In home decided to use .dot because for some reason chrome and chromium based do not automatically redirect it to https ,(at least for now) when you just type in the address in address bar, and do not redirect to search. So much more comfortable… why?.. ok, it maybe break access to all .dot sites but I never see something for me in that zone so so don’t care

  • JackDostoevsky@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    i made up a not real, non-standard TLD that i use lol (.null)

    I have a self signed CA that all my devices trust. Getting a real domain and just using that, with LetsEncrypt, would not have required me to explicitly trust my own CA, but hey, my system works.

    and i know i know, RFCs, but it works, and doesn’t break anything.

  • murdaBot@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    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.

  • Wixely@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    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.

  • Aurailious@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I have 2 registered tlds in .dev and .net. I split their use using .net for personal/selfhosted sites and .dev for public facing.

  • tiberiusgv@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Everything at my house has a TLD named after the road I live on (a founding father last name). Everything at my offsite at my dads house uses TLD named after the road he lives on (a woman’s first name).

    It’s both arbitrary and practical. A number systems exist at both such as proxmox. truenas. pihole. plex. So it’s a good way to tell them appart without having to differentiate them in the domain name.

  • AnomalyNexus@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Managed to buy a really sweet domain so using that for both mail and local domain

    currently I have names for my machines in my /etc/hosts files across some of my machines

    A better way is to set the DHCP server to resolve local too via DNS.

    So in my case proxmox.mydomain.com and proxmox both resolve to a local IP…without any need to configure IPs manually anywhere.

    On opnsense it’s under Unbound >> Register DHCP Leases