Comment on Reverse proxy
just_another_person@lemmy.world 8 months ago
Firstly…why are you routing your home stuff through a VPS? I’m confused on what is happening here.
If you just want to access your things remotely, setup a VPN server on the router, and connect to it that way. You also need need a reverse proxy or SSL. Where did you get this from?
Felix_lm22@sopuli.xyz 8 months ago
Please read the post man, all VPNs are blocked on the protocol level
refalo@programming.dev 8 months ago
That’s not how VPNs work, you can’t just “block all of them”. I think OP just needs to use a pure-TLS VPN solution (like SoftEther) or an obfuscated one like shadowsocks/obfs from a not-super-well-known provider (or self-host it on a VPS/etc.) and they should be golden.
Felix_lm22@sopuli.xyz 8 months ago
They sniffing the traffic with DPI and block vpn tech on protocol level, so easy detectable things like OpenVPN, Wireguard and Tailscale doesn’t work anymore
refalo@programming.dev 8 months ago
I understand, that’s why I suggested some non-easily-detectable solutions.
just_another_person@lemmy.world 8 months ago
That was added later, obviously. Even still, you don’t need a VPS for this. This is overly complex.
mfat@lemdro.id 8 months ago
I don’t want to remember port numbers. I’m trying to give each service its own subdomain.
just_another_person@lemmy.world 8 months ago
Beggers CAN be choosers, apparently 🤦
Felix_lm22@sopuli.xyz 8 months ago
You should if your ip is private, not public.