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
- This topic has 0 replies, 1 voice, and was last updated 1 year, 4 months ago by
thumbtak.
- AuthorPosts
- October 14, 2023 at 6:04 pm #7036
thumbtak
KeymasterLINUX 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/-
This topic was modified 1 year, 3 months ago by
thumbtak. Reason: Title updated to be more accurate
-
This topic was modified 1 year, 3 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.