Skip to content

Instantly share code, notes, and snippets.

@hungdev
Created April 11, 2021 15:31
Show Gist options
  • Save hungdev/458db7303cbdf2baffcdf5176e8d9a77 to your computer and use it in GitHub Desktop.
Save hungdev/458db7303cbdf2baffcdf5176e8d9a77 to your computer and use it in GitHub Desktop.
CloudFlare WARP macos

Step 1: Download warpplus.conf file.

Step 2: Download and Install WireGuard for MacOS.

Step 3: Open WireGuard and click "Import Tunnel (s) from file" button.

Step 4: Select "warpplus.conf" file and click "Active" button

this is file

[Interface]
PrivateKey = aH50Z7KU/9XekqwI3X9/v5baGFYCn0zphZW7aKhyY3c=
# PublicKey = alahgrORJWikMlWpOYkFo/iNxV0yCL+0sU0lih0O3WM=
Address = 172.16.0.2/24
Address = fd01:5ca1:ab1e:8ff6:e684:b26f:6137:acfe/120
DNS = 1.1.1.1

[Peer]
PublicKey = bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=
Endpoint = engage.cloudflareclient.com:2408
# Endpoint = 162.159.192.5:2408
# Endpoint = [2606:4700:d0::a29f:c005]:2408
AllowedIPs = 0.0.0.0/0
AllowedIPs = ::/0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment