Skip to content

ppawiggers/disposable-vpn-via-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

disposable-vpn-via-ssh

This script creates a short-lived VM in your GCP account and creates a VPN-like connection to it via SSH. You can specify where to spawn the VM if you need a connection to a specific country.

When done, the script will delete the VM for you.

From zero to VPN in less than 20 seconds.

Requirements

How to run

GCP_PROJECT=[my-project] ./up.sh [country-code]

e.g., to connect to a server in The Netherlands:

GCP_PROJECT=[my-project] ./up.sh nl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages