Where I live wireguard and openvpn are completely blocked and my isp doesn’t provide a public ip.
Tailsclale and cloudflare tunnels don’t work either.
Is there a last resort method for accessing my home server (a mini pc running openwrt and docker).
Thanks!
Sounds like your government is fairly strict on what you can do. I would suggest Tor but that may be illegal. I would be careful not to do anything that could jeopardize your safety.
@mfat Depending on how they’re blocking VPNs (i.e. blocking specific ports, or allowing specific ports), you may be able to run one on a non-standard port. As an extreme example, you could run Wireguard on port 80 (HTTP), which is practically the last possible port that can ever be blocked on public internet.
Find a cheap hosting solution that provides a fixed IP address, then host your own VPN or proxy server there.
Edit: if you use a non-standard port for the VPN, it should be less likely to be blocked.