
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 …
Exposing home lab to internet with VPS, VPN and reverse proxy
2023年3月19日 · In fact, running a reverse proxy on the VPS undermines the security provided by the underlying Wireguard tunnel. Wireguard should be the outermost layer of security. Take …
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 …
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 …
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 …
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 …
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 …
VPS-based proxy slow - Super User
2023年8月1日 · I have a VPS running Ubuntu that I'm trying to use as a proxy server: ssh [email protected]-D 192.168.233.1:12321 where 192.168.233.1 is one of my local IP-addresses. I've …
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 …