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.
- Small business server setupby /u/macieqq on April 16, 2026 at 4:45 pm
submitted by /u/macieqq [link] [comments]
- 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]
