- Notifications
You must be signed in to change notification settings - Fork772
Cloudflare WARP Installer | WARP 一键安装脚本
License
P3TERX/warp.sh
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
English |中文
A Bash script that automatically installs and configures CloudFlare WARP in Linux, connects to WARP networks with WARP official client or WireGuard.
- Automatically install CloudFlare WARP Official Linux Client
- Quickly enable WARP Proxy Mode, access WARP network with SOCKS5
- Automatically install WireGuard related components
- Configuration WARP IPv4 Network interface (WireGuard Mode)
- Configuration WARP IPv6 Network interface (WireGuard Mode)
- Configuration WARP Dual Stack Network interface (WireGuard Mode)
- ...
Official WARP client support is currently limited to x86_64 platforms, see OS Support for details:https://pkg.cloudflareclient.com
Supported distributions:
- Debian >= 10
- Ubuntu >= 16.04
- Fedora
- CentOS
- Oracle Linux
- Arch Linux
- Other similar distributions
Supported platform architecture:
- x86(i386)
- x86_64(amd64)
- ARMv8(aarch64)
- ARMv7(armhf)
bash<(curl -fsSL git.io/warp.sh) [SUBCOMMAND]# orwget git.io/warp.shbash warp.sh [SUBCOMMAND]
install Install Cloudflare WARP Official Linux Clientuninstall uninstall Cloudflare WARP Official Linux Clientrestart Restart Cloudflare WARP Official Linux Clientproxy Enable WARP Client Proxy Mode (default SOCKS5 port: 40000)unproxy Disable WARP Client Proxy Modewg Install WireGuard and related componentswg4 Configuration WARP IPv4 Global Network (with WireGuard), all IPv4 outbound data over the WARP networkwg6 Configuration WARP IPv6 Global Network (with WireGuard), all IPv6 outbound data over the WARP networkwgd Configuration WARP Dual Stack Global Network (with WireGuard), all outbound data over the WARP networkwgx Configuration WARP Non-Global Network (with WireGuard), set fwmark or interface IP Address to use the WARP networkrwg Restart WARP WireGuard servicedwg Disable WARP WireGuard servicestatus Prints status informationversion Prints version informationhelp Prints this message or the help of the given subcommand(s)menu Chinese special features menu
Install and automatically configure the Proxy Mode feature of the WARP client, enable the local loopback port 40000, and use an application that supports SOCKS5 to connect to this port.
bash <(curl -fsSL git.io/warp.sh) proxy
Install and automatically configure WARP IPv6 Network (with WireGuard),Giving your Linux server access to IPv6 networks.
bash <(curl -fsSL git.io/warp.sh) wg6
This Bash script is also a good WireGuard installer.
bash <(curl -fsSL git.io/warp.sh) wg
We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Cloudflare, or any of its subsidiaries or its affiliates. The official Cloudflare website can be found athttps://www.cloudflare.com/.
The names Cloudflare Warp and Cloudflare as well as related names, marks, emblems and images are registered trademarks of their respective owners.
About
Cloudflare WARP Installer | WARP 一键安装脚本