proxy
jmarhee/proxy/linode
SOCKS Proxy Server on Linode ===  Deploys a nanode instance on Linode via Terraform for use as an SSH tunnel SOCKS v5 proxy server. Setup --- Get your Linode API token, and set linode_token to this value in terraform.tfvars or on first-run. Run: ``bash terraform init ` then: `bash terraform plan terraform apply -auto-approve ` to deploy the proxy host, and setup the tunnel. You can, then, set the proxy address in your browser. Usage --- Specify a browser_command, if you wish to launch your browser using the proxy on completion: `bash browser_command = "open -a '/Applications/Google Chrome.app' --args --incognito" set_osx_proxy = true ` for Safari users, you can use: `bash browser_command = "osascript -e 'tell application
| Name | Type | Description | Default |
|---|---|---|---|
| linode_token | string | required | |
| ssh_user | string | "root" | |
| ssh_key | string | "~/.ssh/id_rsa.pub" | |
| open_browser | bool | Opens the browser per your browser_command variable specification | true |
| browser_command | string | i.e. 'open -a /Applications/Google Chrome.app' --args --incognito http://ipinfo. | "null" |
| set_osx_proxy | bool | Sets OS X SOCKS Proxy (all_proxy is set for other OS that use this variable to s | false |
| region | string | Linode Region | "us-central" |
Tunnel_HostBrowser_Info