
How to setup a simple proxy server on my VPS? - Super User
2013年3月17日 · No need to set anything up for that, as you're technically just using an SSH connection to your VPS to pipe SOCKS5 proxy traffic through. I use it all the time for proxying …
Reverse proxy + wireguard tunnel from VPS to home server
2022年10月21日 · If you run the reverse proxy on the VPS then the VPN tunnel should be very easy to configure since then the home server only needs to accept specific addresses used by …
Reverse proxy on VPS through Wireguard tunnel, or Cloudflare?
2021年3月28日 · Harden VPS by only opening ports required (443, non standard port for SSH and a non standard port to connect to wireguard) disable root user and only use certificate …
How to bypass CGNAT and expose your server to the internet
Configuring the reverse proxy. Installing NGINX sudo apt install nginx. Check if the NGINX server is functioning sudo systemctl status nginx - Reverse proxy to your HTTP server. if you want to …
VPS Proxy for local Services : r/homelab - Reddit
2022年7月21日 · I want to proxy my services via a Hetzner VPS (to hide my home IP and to bypass my CGNAT issues). I have about 1-2TB of traffic per month, so I should be fine with …
Cloudflare Tunnels vs reverse-proxy VPS? : r/selfhosted - Reddit
2022年7月23日 · I moved from Cloudflare to a linode vps + wireguard + nginx proxy manager. The biggest reason was being about to proxy whatever traffic I needed. Cloudflare free only …
Use VPS as a proxy, VPS being tunneled to a server with dynamic IP
2018年8月11日 · login:passwd@proxy_ip:port but this connexion being tunneled from the VPS to a server with a dynamic IP (a raspberry pi connected to a 4g wifi), so that the proxy request is …
Fully Proxying a Home Server via VPS : r/selfhosted - Reddit
2023年5月31日 · So will require a tunnel between the home server and the VPS. Theoretically, they could use tailscale to do this. Basically setup tailscale network to include home server …
VPS as a middle-man for home game server? : r/selfhosted - Reddit
2021年9月4日 · A VPN Server on the VPS to securely connect your home server to the VPS Server running the proxy. Personally I suggest using SoftEtherVPN (The latest version on …
VPS tunnel to home server? : r/selfhosted - Reddit
2022年4月23日 · I have a VPS (namely, Oracle Free Tier) and I'm searching for a way to tunnel it to my home server, such as pinging 192.168.1.3 from the VPS will ping my home server. My …