Install frostproxy tunnel
mkdir -p frostproxy/DEBIAN
dpkg-deb --build frostproxy
dpkg -i frostproxy.deb
sudo apt-get install ./frostproxy.deb
frostproxy tunnel localhost:3000 domain.com
chmod 755 /frostproxy/DEBIAN/postinst
dpkg-deb --build frostproxy
sudo apt-get install ./frostproxy.deb
apt remove frostproxy
``