Unbound on my OPNsense firewall. I don’t have advice for you, do you have some specific goals besides just having a DNS?
Unbound on my OPNsense firewall. I don’t have advice for you, do you have some specific goals besides just having a DNS?
Neat thing is, you can just join another instance, or even setup your own. Instance admins can and already do defederate entirely from other instances, you won’t ever be able to see that content without leaving the site. Hiding on the other hand means you can still see it if you subscribe to it, they just aren’t having it show up on the default feed. This should result in less severe action, like defederation, it’s a great improvement. Downside exists, but it comes with more upside. Join an instance that appears to align with your ideals and you will get the benefit of a feed that allows for content discovery. NSFW content discovery is probably better done on an NSFW centric instance anyway.
If you are trying to compare this system to something like Reddit, lamenting the added effort of picking an instance and needing to move around sometimes, this is just one of those things people need to accept and start pushing for changes that make the process easier. The alternative is going back to big tech and eating whatever shit they decide to serve.
You can encode base 2 as base 10, I don’t think anyone is saying it exists in binary form.
Regardless of what the remote access test says about it being available, I had to manually port forward to fix this same issue.
Seriously, can’t get those 15 minutes back.
I came back to my office after the new year’s break and a stray bullet, from I’m assuming celebratory gunfire, was shot through the wall and hit my screen. Admittedly it wasn’t a hole and the screen was totally unusable after, but I’ll be a close n=1.
Look at reverse proxy instead. While you can do what you’re after with DNS, a bunch of the reverse proxy systems will automatically deal with SSL certificate, and there are even a couple that eliminate essentially all configuration outside of your docker file. Like, add a new docker and it automatically configures appName.domain.tld with SSL assigned. And if you ever decide to expose that address to the Internet, reverse proxy makes that simple and provides some security options as well.
I use Caddy for my reverse proxy running from my OPNsense firewall, but if you want the automation with docker there are better options.