Skip to content

Instantly share code, notes, and snippets.

View YAMLcase's full-sized avatar

YAMLcase YAMLcase

View GitHub Profile
#!/bin/bash
set -e
# install dependencies
sudo apt-get update
sudo apt-get install -y iproute2 iptables iputils-ping dnsutils wget
# download wsl-vpnkit and unpack
VERSION=v0.4.1
wget https://github.com/sakai135/wsl-vpnkit/releases/download/$VERSION/wsl-vpnkit.tar.gz