reverse proxy to my home ip address
Hi guys
I am hosting game open to the public but I would my home ip to remain hiden is the anyway I can using linode to send traffic to home ip using linodes ip address?
thinking about using vpn smartdns with pia but not even sure that would work.
I am running proxmox with nginx proxy manager
Thanks in advance
Dean
1 Reply
Hello Deanmrd,
You can configure this by either setting up a reverse proxy service such as NGINX, HAproxy and or Openresty.
I recommend HAproxy for the simplicity of the setup process.
Steps:
1 - Deploy a Linode (Ubuntu 22.04)
2 - apt update & upgrade
sudo apt-get update
sudo apt-get upgrade
3 - Install HAproxy
apt install haproxy
4 - Configure HAproxy
Sample configuration file from github
https://gist.github.com/badsyntax/b15313298486a06418ab
~ Andy | NexusPIPE