Created
November 15, 2021 10:11
-
-
Save ricky9w/745647bb97e5308bb0bcd605a2bd5ece to your computer and use it in GitHub Desktop.
Using Cloudflare WARP for Teams with wireguard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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