this post was submitted on 15 Sep 2025
754 points (98.1% liked)

memes

17365 readers
2665 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 

Welcome to 2025
@memes@lemmy.world

you are viewing a single comment's thread
view the rest of the comments
[–] Kolanaki@pawb.social 64 points 1 day ago* (last edited 1 day ago) (2 children)

I think you misunderstood; if I run a publicly accessible website (like a Lemmy instance), those ports need to be opened.

[–] kautau@lemmy.world 10 points 1 day ago

A cheap VPS hosting

https://anubis.techaro.lol/docs/admin/installation/

as a reverse proxy may work. The VPS will do the work of verifying requests and stopping bad requests from hitting the target resource. Though certainly if the DDoS is a matter of a massive botnet raiding your domain it may not work as well as something like cloudflare

[–] wildbus8979@sh.itjust.works 2 points 1 day ago* (last edited 1 day ago) (2 children)

Yes, I've addressed this in my original message.

Get yourself a 3$/month VPS, they almost all come with DDoS protection, and reverse proxy from there. Either restrict the ports on your home network to only that IP, or better yet tunnel all the traffic via Wireguard.

Obviously if you're hosting a large server this is another matter, but nevertheless almost all serious hosting services offer in house DDoS protection.

But the comment I was originally replying to specifically refered to homelabs.

[–] Kolanaki@pawb.social 8 points 1 day ago* (last edited 1 day ago) (2 children)

What would be a good resource to, like, relearn modern networking stuff cuz some of these solutions are totally new ideas to me? I was CISCO and A+ certified way back in 2003; but the only thing I ever really used from those classes and training since then was making cables and setting up smaller, simple networks for home or small businesses. I get the sense a fuckton has changed and this exchange made me want to brush up.

A fuckton is an understatement.

[–] ProjectPatatoe@lemmy.world 9 points 1 day ago

I found just doing it the best for me. Start with proxmox hypervisor on some old pc. Start running a bunch of services. Some documentation mentions "heres how you set it up behind a reverse proxy". "Hmm...whats that" is pretty much how i learned it.

Then compare with people in the homelab communities who are doing differently and find out why.