Last active
August 1, 2023 02:32
-
-
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
This file contains hidden or 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
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