How to unlock ChatGPT via cloudflare warp
This article is original, reproduced please indicate the source
warp-cli download and installation
Enter the official website and select the corresponding system. This article uses Debian 11 as an example to download the corresponding deb package.,Due to the update of the official website, it has been changed to the following address, taking Ubuntu
as an example
shell
curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg &&
echo "deb [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 &&
sudo apt-get update && sudo apt-get install cloudflare-warp
Start up
shell
warp-cli register
warp-cli set-mode proxy
warp-cli connect
Connection broker
txt
warp proxy mode default protocol is socks5,port: 40000
You can access ChatGPT by installing the FoxyProxy proxy plug-in in your browser
Remove
shell
apt autoremove cloudflare-warp