Skip to content

FrostProxy/frostproxy-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

frostproxy-package

Install frostproxy tunnel

mkdir -p frostproxy/DEBIAN

Build the DEB package:

dpkg-deb --build frostproxy
dpkg -i frostproxy.deb

Install the package using apt-get.

sudo apt-get install ./frostproxy.deb

Test the frostproxy tunnel command.

frostproxy tunnel localhost:3000 domain.com

General Notes:

chmod 755 /frostproxy/DEBIAN/postinst
dpkg-deb --build frostproxy
sudo apt-get install ./frostproxy.deb
apt remove frostproxy
``