mirror of
https://github.com/PurpleComputing/Tailscale-scripts.git
synced 2026-06-11 01:20:30 +01:00
updated readme
This commit is contained in:
32
README.md
32
README.md
@@ -1 +1,31 @@
|
||||
# Tailscale-scripts
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user