Skip to content

Instantly share code, notes, and snippets.

@ricky9w
Created November 15, 2021 10:11
Show Gist options
  • Save ricky9w/745647bb97e5308bb0bcd605a2bd5ece to your computer and use it in GitHub Desktop.
Save ricky9w/745647bb97e5308bb0bcd605a2bd5ece to your computer and use it in GitHub Desktop.
Using Cloudflare WARP for Teams with wireguard
[Interface]
PrivateKey = your-private-key-here
ListenPort = 12345
Address = 172.16.0.2/32, fd01:5ca1:ab1e:819c:1099:903f:1f44:84e8/128
DNS = 1.1.1.1
MTU = 1280
[Peer]
PublicKey = your-public-key-here
AllowedIPs = 0.0.0.0/1, 128.0.0.0/1, ::/1, 8000::/1
Endpoint = [2606:4700:100::a29f:c107]:2408
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment