@shininghero@pawb.social
member since 23 May 2024 22:11
comments
- on Is Authelia enough without fail2ban or crowdsec? in c/selfhosted@lemmy.world · 15 Sep 2026
-
on Means to privately connect to my home server other than Tailscale? in c/selfhosted@lemmy.world · 21 Aug 2026
OpenVPN is my current method. Got it running on port 443 with user certificate authentication, and tls-crypt on top of that to completely mask the protocol from VPN detectors.
Also technically prevents DoS attacks, but that wasn’t my primary goal.
-
on My home server was a totally justified purchase in c/linuxmemes@lemmy.world · 20 Aug 2026
“Finally… Now I can compile Firefox and use it in the same afternoon.”
-
on My home server was a totally justified purchase in c/linuxmemes@lemmy.world · 20 Aug 2026
Probably, but it’s also the perfect excuse the relearn sailing the high seas if you haven’t done it in a while.
-
on linux_irl in c/linuxmemes@lemmy.world · 20 Aug 2026
The blessing and curse of simplicity.
-
on Reddit forces login to access old.reddit.com in c/technology@lemmy.world · 11 Aug 2026
The spirit of /u/RimjobSteve lives on, even as reddit perishes.
-
on A cybersecurity researcher covered a Toyota in an AI-generated pattern to confuse Flock cameras in c/technology@lemmy.world · 11 Aug 2026
Hmm, opens fine with my adblocker. Does yours say which list is blocking them?

My network has all the web ui stuff kept local and only accessible via OpenVPN on port 443, with fail2ban as well.
By the time a would-be attacker realizes it’s not actually a webserver, they’ll have exhausted most, if not all, of their public IP addresses on fuzzing for webserver vulnerabilities.
EDIT: and as a bonus, I can also just punch out through the firewall my work has on the visitor network with ease. All I needed was a second fail2ban rule for their static IP to deal with followup scans.