Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xardit/70c342217bc45353e46a9f5f532f019b to your computer and use it in GitHub Desktop.
Save xardit/70c342217bc45353e46a9f5f532f019b to your computer and use it in GitHub Desktop.
Simple wireguard + cloudflare 1.1.1.1 warp free vpn setup for macos
Release executable binary downloaded from:
https://github.com/ViRb3/wgcf
# Release file name is currently
wgcf_1.0.6_darwin_amd64
# install to local bin
chmod +x wgcf_1.0.6_darwin_amd64
cp wgcf_1.0.6_darwin_amd64 /usr/local/bin
# create cloudflare account and configuration files
wgcf register
wgcf generate
## usually creates files at user Home dir `~/wgcf-*` or in current dir if executed locally
# find wireguard tunnel profile and import it to wireguard client app
# done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment