Skip to content

FrostProxy/frostproxy-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

frostproxy-package Install the FrostProxy CLI to manage tunnels via the hosted API.

Build the DEB package

dpkg-deb --build frostproxy-package

Install the package

sudo apt-get install ./frostproxy-package.deb

Reinstall after changes

sudo apt-get remove frostproxy
dpkg-deb --build frostproxy-package
sudo apt-get install ./frostproxy-package.deb

CLI 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.cfg via frostproxy config token <ID>.
  • Base URL defaults to https://frostproxy.com; override with FROSTPROXY_BASE.
  • Debug/dry-run: set FROSTPROXY_DEBUG=true or pass --debug to print the request without calling the API (still validates arguments/config).

Notes

  • postinst ensures /var/frostproxy exists and the CLI is executable.
  • Remove: apt remove frostproxy.

About

Install frostproxy tunnel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages