|
|
|
|
|
by joshink1
1777 days ago
|
|
You can do this securely without exposing your public IP. 1. Get a cheap VM close to you. AWS micro works, I use Google's Compute engine. Use the public IP on your DNS.
2. Set up FRPS ( https://github.com/fatedier/frp ) on the VM, create an Nginx proxy to FRPS
3. Set up FRP clients on your home devices. This will reverse tunnel traffic securely without setting up SSH tunnels / VPNs. Only specific local ports will be exposed. |
|