this post was submitted on 09 Jun 2024
814 points (98.1% liked)
Programmer Humor
19480 readers
181 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
And what happens when DNS inevitably falls over and I need to fix it?
And when I'm watching IP addresses scroll by, IPv6 ones are a lot harder to read than v4
some super gigabrained chad linux nerd will have written a tool to automatically configure it and have open sourced it.
You could probably just use that. I think like most things in life, the answer is automation.
I wouldn't trust it unless I wrote it myself. And even then maybe not.
well then go and do it manually, surely you as a human wouldn't make any mistakes. Would you?
DNS, by its very nature is redundant. So DNS shouldn't just fall over. If it does, you're doing something wrong.
If you absolutely need to go to IP addresses, they should be documented.
Unless DNS is outright wrong, there should not be an issue.
For scrolling: are you staring at active log files? Who isn't using a syslog aggregator? You can easily look up the IP of whatever device that is interesting and filter the log by that IP.