Skip to content

Instantly share code, notes, and snippets.

@groundcat
Created July 19, 2024 01:16
Show Gist options
  • Save groundcat/933c3911e370b508ab2d35f096fca1d7 to your computer and use it in GitHub Desktop.
Save groundcat/933c3911e370b508ab2d35f096fca1d7 to your computer and use it in GitHub Desktop.
Make Wireguard VPN works together with Tailscale
[Interface]
PrivateKey = EXAMPLE
Address = EXAMPLE
DNS = EXAMPLE
MTU = EXAMPLE
[Peer]
PublicKey = EXAMPLE
AllowedIPs = 0.0.0.0/2, 64.0.0.0/3, 96.0.0.0/6, 100.0.0.0/10, 100.128.0.0/9, 101.0.0.0/8, 102.0.0.0/7, 104.0.0.0/5, 112.0.0.0/4, 128.0.0.0/1, ::/1, 8000::/2, c000::/3, e000::/4, f000::/5, f800::/6, fc00::/8, fd00::/10, fd40::/11, fd60::/12, fd70::/13, fd78::/15, fd7a::/20, fd7a:1000::/24, fd7a:1100::/26, fd7a:1140::/28, fd7a:1150::/29, fd7a:1158::/30, fd7a:115c::/33, fd7a:115c:8000::/35, fd7a:115c:a000::/40, fd7a:115c:a100::/41, fd7a:115c:a180::/42, fd7a:115c:a1c0::/43, fd7a:115c:a1e1::/48, fd7a:115c:a1e2::/47, fd7a:115c:a1e4::/46, fd7a:115c:a1e8::/45, fd7a:115c:a1f0::/44, fd7a:115c:a200::/39, fd7a:115c:a400::/38, fd7a:115c:a800::/37, fd7a:115c:b000::/36, fd7a:115c:c000::/34, fd7a:115d::/32, fd7a:115e::/31, fd7a:1160::/27, fd7a:1180::/25, fd7a:1200::/23, fd7a:1400::/22, fd7a:1800::/21, fd7a:2000::/19, fd7a:4000::/18, fd7a:8000::/17, fd7b::/16, fd7c::/14, fd80::/9, fe00::/7
Endpoint = EXAMPLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment