jackivanov / spiv

Set up SOCKS proxy in the cloud at the push of a button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spiv Proxy

Spiv Proxy is a set of Terraform scripts that simplify the setup of a personal Socks5 Proxy.

Deploy the Spiv Server

The easiest way to get a Spiv server running is to let it set up a new virtual machine in the cloud for you.

  1. Setup an account on a cloud hosting provider. Spiv supports DigitalOcean

  2. Download Spiv. Unzip it in a convenient location on your local machine.

  3. Install Terraform.

    • macOS:
      $ brew install terraform
  4. List the users to create. Open the Terminal. cd into the spiv-master directory where you unzipped Spiv, open config.auto.tfvars in your favorite text editor. Specify the users you wish to create in the users list.

  5. Start the deployment. Return to your terminal. In the Spiv directory, run:

    $ terraform init cloud/digitalocean/
    $ terraform apply cloud/digitalocean/

That's it! You will get the message below when the server deployment process completes.

About

Set up SOCKS proxy in the cloud at the push of a button


Languages

Language:HCL 100.0%