this post was submitted on 09 Aug 2023
139 points (100.0% liked)
Technology
37705 readers
80 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I hate it when in selfhosted circles they recommend CF. Why in hell would you want to be tied to them when you are wary enough to selfhost ¯_(ツ)_/¯
It's popular because many people don't have static IP, behind a CGNAT, or simply don't want their residential IP address exposed, so their option is either use a vps as a tunnel (cost money) or use cloudlare tunnel (free). Obviously the free one get more use.
I totally understand the appeal. But I don't usually see people explaining the drawbacks and alternatives. Only a plain and simple "just use CF tunnel" for instance.
Who would you recommend as an alternative DNS provider?
Tbh I don't think as a DNS provider they are too bad, it's pretty simple and one or another will do the job. I was more thinking about the techs talked in the article, or features such as tunnels and all.
Use a pihole with unbound so that you become your own DNS. It's waaaay better and it's easy as hell to set up. You don't even need a raspberry pi. It can be set up using in windows using wsl.
https://github.com/DesktopECHO/Pi-Hole-for-WSL1
If you have an old spare computer that can be left on all the time, you could set it up on that computer and point your router DNS at it so your entire network benefits from it.
Someone I know who works in payments told me they had to go to CF because of the insane amount of DDoS attacks they were facing.
While having three ISPs and mitigating a boatload of DDoS on their own infrastructure they were simply unable to cope with the persistence.
They first tried another provider, but they handled less DDoS than their own internal systems.
Cloudflare wasn’t even sure they wanted them as a customer.
Some of the biggest attacks mitigated by Cloudflare last year (they wrote about it) was this client.
I guess we can say we're not in the selfhosted circles anymore haha
Depends on what you mean by self-hosted. Because basically they are. No cloud providers meet their security requirements (required for their level of PCI certification).
Fair enough, I may have confused selfhosted with homelabs in my answers.