CÀI WARP-CLI ON LINUX
CÀI WARP-CLI ON LINUX
Nguồn:
https://github.com/MasterCode112/How-To-Install-and-use-Cloudflare-WARP-on-Kali-Linux
First, update your package lists and install any required dependencies:
sudo apt update
sudo apt install -y curl gnupg apt-transport-httpsNext, add Cloudflare's GPG key to your system:
curl https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/cloudflare-warp-archive-keyring.gpgAdd the Cloudflare WARP repository to your sources list:
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.listUpdate your package lists again and install the WARP client:
sudo apt update
sudo apt install -y cloudflare-warpAfter installation, you need to register and connect your WARP client.
Register the WARP client:
sudo warp-cli register
Connect to WARP:
sudo warp-cli connect
Check the connection status:
sudo warp-cli status
If you want the WARP client to start automatically on system startup, enable the systemd service:
sudo systemctl enable warp-svcOnce WARP is connected, your internet traffic will be routed through Cloudflare's network, providing you with improved speed and security.
Disconnect from WARP:
sudo warp-cli disconnect
Re-enable WARP:
sudo warp-cli connect
View Help:
warp-cli --help
If you ever need to uninstall WARP, you can do so with the following command:
sudo apt remove cloudflare-warp
sudo rm /etc/apt/sources.list.d/cloudflare-client.list
sudo rm /usr/share/keyrings/cloudflare-warp-archive-keyring.gpgFollowing these steps will install and configure Cloudflare WARP on your Kali Linux system, enhancing your online experience with increased speed and security. If you encounter any issues during installation or use, please let me know, and I'll be happy to assist further.
Nhận xét
Đăng nhận xét