Set up WireGuard Tailscale for secure remote access
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill vpn-tunnel-setup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vpn Tunnel Setup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-vpn-tunnel-setup)More formats (shields.io, HTML) on the badges page.
---
name: vpn-tunnel-setup
description: "Set up WireGuard Tailscale for secure remote access"
---
# VPN Tunnel Setup
## WireGuard
```ini
[Interface]
PrivateKey = <private>
Address = 10.0.0.2/24
[Peer]
PublicKey = <public>
Endpoint = server.com:51820
AllowedIPs = 10.0.0.0/24
```
## Tailscale (Zero Config)
```bash
curl -fsSL https://tailscale.com/install.sh | sh
tailscale up
tailscale status
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Scanned 9/10/2026