frostproxy-package Install the FrostProxy CLI to manage tunnels via the hosted API.
Build the DEB package
dpkg-deb --build frostproxy-packageInstall the package
sudo apt-get install ./frostproxy-package.debReinstall after changes
sudo apt-get remove frostproxy
dpkg-deb --build frostproxy-package
sudo apt-get install ./frostproxy-package.debCLI usage
frostproxy help
frostproxy config token <ID>
frostproxy tunnel <target> <domain> [--ssl|--no-ssl] [--debug]
frostproxy delete <domain> [--debug]
frostproxy list tunnels [--debug]Behavior
- Stores token at
/var/frostproxy/config.cfgviafrostproxy config token <ID>. - Base URL defaults to
https://frostproxy.com; override withFROSTPROXY_BASE. - Debug/dry-run: set
FROSTPROXY_DEBUG=trueor pass--debugto print the request without calling the API (still validates arguments/config).
Notes
postinstensures/var/frostproxyexists and the CLI is executable.- Remove:
apt remove frostproxy.