Hosting r/Hosting is for discussions of web hosting services and service providers including: shared hosting, wordpress website hosting, cloud hosting, VPS providers, dedicated servers, and other hosting related services. General discussions on web hosting are welcome.
- I got tired of iptables crashing my server during HTTP floods, so I built an eBPF/XDP firewall in Rust with zero CPU overhead 🦀by /u/ArtisticDoughnut2016 on April 15, 2026 at 9:38 pm
Hey everyone! Whenever my small VPS was hit by L7 HTTP botnets or simple DDoS attacks, traditional tools like Fail2ban + iptables would actually make things worse. The sheer overhead of the Linux kernel allocating sk_buff memory for 100,000 packets per second created an Interrupt Storm that crashed my databases and locked me out of SSH. So, I spent some time building CrabShield — a hybrid firewall written entirely in Rust. How it works: It uses an asynchronous Tokio daemon in user-space to instantly analyze Nginx/Traefik logs (detecting 404 floods, brute-forcers, scrappers). But instead of adding iptables rules, it dynamically updates an eBPF BPF-map. The actual penalty (XDP_DROP) happens natively at the Network Interface Card (NIC) driver level. The result? The malicious packets are dropped before the heavy Linux TCP/IP stack even knows they exist. The CPU stays under 5%, and Nginx never wakes up. I just open-sourced it, put together proper documentation on it, and added cross-compilation support so you can just drop a static binary on your Linux box (x86_64 or ARM) and be protected. Check out the repo and the architecture here: https://github.com/aleksgrim/crab-shield Would love to hear your feedback, issues, or code-review if anyone is into eBPF! submitted by /u/ArtisticDoughnut2016 [link] [comments]
- Server Switch Ltdby /u/NohBaby on April 15, 2026 at 2:10 pm
hi, has anyone heard of these chaps above? Looking for a UK based server host, and these came up. Just looking for reviews. Thanks. submitted by /u/NohBaby [link] [comments]
- Static.app released a native Mac app for syncing local files to their hostingby /u/andrewderjack on April 15, 2026 at 11:21 am
submitted by /u/andrewderjack [link] [comments]
- Squarespace to Hoststinger + Google Suite Fiascoby /u/rebe626 on April 14, 2026 at 7:18 pm
Soo – I am helping switch my friend’s website from Squarespace to WordPress + hostinger. Thought I had everything under control till her gmail stopped working… Apparently she has that thru squarespace too!! Now, the site is in limbo and the gmail is not working… I cant get the auth code because it is getting rejected by some defunk hotmail she had. Is there anything I can do to fix this?? I went thru steps in this tutorial but the freaking auth code is mia and now gmail is down. I tried to reverse reverse and repoint DNS to the squarespace nameservers but gmail is still down… did i break it. submitted by /u/rebe626 [link] [comments]
- Trying to find the right balance in WordPress hostingby /u/PanelAlpha on April 14, 2026 at 1:38 pm
The closer I stay to WordPress users, the more I get the feeling that hosting still has something of a gap in it. A lot of people outgrow basic shared hosting, but the next step up doesn’t always feel that obvious either. Managed solutions are convenient, but can get expensive fast. Running your own VPS gives you more freedom, but that still assumes a level of comfort with server management that a lot of WordPress users simply don’t want on top of everything else. So now I’m wondering whether this gap is real, or if the options are already there and users just aren’t looking in the right places. What do you think? submitted by /u/PanelAlpha [link] [comments]
