From 9ccdbf023651c469dfee68f1a41ee0fff48ca66f Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 22 Nov 2022 13:53:45 +0000 Subject: [PATCH] updated readme --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f47d1..b06e8dd 100644 --- a/README.md +++ b/README.md @@ -1 +1,31 @@ -# Tailscale-scripts \ No newline at end of file +# Tailscale-scripts + +## Linux / deploy-vpr.sh + +### Deploy Tailscale Virtual Private Router + +This script is designed to be run on a fresh Linode instance to deploy a Virtual Private Router, a virtual private router is an exit node running on a VPS to route all traffic securely through an encrypted VPN tunnel. Clients who use Tailscale can get NordVPN / ExpressVPN style protection whilst maintaining their P2P connections. + +#### Options + +* None +##### Command to execute + +``` +curl -L https://prpl.it/vprdeploy | bash +``` + +## Mac / launch-connect-vpr.sh + +### Launch Tailscale VPR on login + +This script is designed to be run on login on an MDM asset to ensure Tailscale launch and connection to VPR. + +#### Options + +* None +##### Command to execute + +``` +curl -s https://raw.githubusercontent.com/PurpleComputing/Tailscale-scripts/main/Mac/launch-connect-vpr.sh | bash +``` \ No newline at end of file