Free Private Connection from CloudFlare
- This topic has 0 replies, 1 voice, and was last updated 1 year, 1 month ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › Free Private Connection from CloudFlare
Tagged: Apple VPN, Cloudflare, Free VPN, Google VPN, IOS VPN, Linux VPN, VPN
LINUX INSTALL [Ubuntu]
# Add cloudflare gpg key
$ curl https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg –yes –dearmor –output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg
# Add this repo to your apt repositories
$ echo “deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main” | sudo tee /etc/apt/sources.list.d/cloudflare-client.list
# Install
$ sudo apt-get update && sudo apt-get install cloudflare-warp
#Register the client
$ warp-cli register
# Connect
$ warp-cli connect
# Run the following command to verify that wrap=on
$ curl https://www.cloudflare.com/cdn-cgi/trace/
# More Info
https://developers.cloudflare.com/warp-client/get-started/linux/