• 0 Posts
  • 26 Comments
Joined 25 days ago
cake
Cake day: March 30th, 2026

help-circle

  • There used to be restrictions on a hostname.

    These had to start with and end with a letter or number, and have only letters, numbers, or a dash. (I heard that originally hostnames had to start with a letter, but 3M got that changed. This might be an urban legend.)

    That’s a common restriction for a name still.

    Things get funky when you want non-ASCII names - like if you want a cyrillic or Greek name - as registries often limit the allowed characters to limit “isomorphic attacks”. That’s where you use symbols that look the same to trick people into thinking they’re going to another site, like using a 0 instead of an O, or a l instead of an I.

    None of this will apply to the XYZ domains that give you a number.

    One other issue that might impact you is if you try to connect using only a numeric name. Some tools will interpret such a name as an IPv4 address. Easily solved by using the full name, but weird and confusing if it happens to you unexpectedly. 😅







  • All I do:

    • Run updates daily
    • Disable password logins
    • Run sshguard
    • Daily backups to a cloud and off-site host

    I think that’s it. I have my host exposed to the Internet. As far as I know, it’s fine.

    BTW, sshguard is for the IMAP and SMTP that run on the host, which do allow password logins. But it helps reduce load from brute force attacks on port 22 (which are pointless anyway).

    I’m much more worried about my son installing dodgy Minecraft mods, or my wife installing another app that she saw on TikTok. I really should put them each on a separate VLAN…