mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
967 B
967 B
Tailscale Guide (Zero-Config Alternative)
What is Tailscale
Tailscale is a mesh VPN that creates encrypted tunnels between your devices using WireGuard. No port forwarding, no dynamic DNS, and it works behind CGNAT. Free for personal use.
Setup
- Install Tailscale on the server machine and each client machine: https://tailscale.com/download
- Sign in with the same Tailscale account (or share the machine using Tailscale's sharing feature)
- Find the server's Tailscale IP — shown in the Tailscale app, typically
100.x.y.z - Disable TLS in config — set
tls.modeto"off"inconfig.yamlsince Tailscale already encrypts all traffic with WireGuard - Connect clients using the Tailscale IP:
100.x.y.z:8443
Benefits
- No port forwarding needed
- Works behind CGNAT and strict firewalls
- Encrypted by default (WireGuard)
- Stable IPs that don't change
- Easy to add/remove friends via the Tailscale admin console