elnoro / foxyproxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoxyProxy

fxpr is a CLI tool to quickly spin up and destroy DigitalOcean servers

Usage:
  fxpr [command]

Available Commands:
  proxy         Start a droplet and an SSH tunnel on localhost. Hit Ctrl-C to destroy the droplet
  test          Start a droplet you can SSH into. Hit Ctrl-C to destroy the droplet
  list          Shows the list of existing droplets

Configuration

Config file

Put the config file in "$HOME/.config/fxpr/config.json" You need to create a Digital Ocean token and register an ssh key.

Config file example:

{
  "do_token": "generated-digital-ocean-token",
  "fingerprint": "registered-ssh-key-fingerprint",
  "port": 1337
}

Firefox

Use this instruction from Digital Ocean

About

License:GNU General Public License v3.0


Languages

Language:Go 94.8%Language:Makefile 5.2%