Expose NAT server
Allow external connection to a server under a private network
Test the server
/usr/bin/ssh -R 35854:localhost:3128 serveo.netexport http_proxy="http://USER:[email protected]:35854"
export https_proxy="http://USER:[email protected]:35854"
export ftp_proxy="http://USER:[email protected]:35854"
export no_proxy="localhost,127.0.0.1,::1"
curl http://www.google.comSetup serveo.net as a service
apt update
apt install systemdnano /etc/systemd/system/serveo-proxy.serviceLast updated