dancwj / warp.sh

Cloudflare WARP configuration script | Cloudflare WARP 一键配置脚本

Home Page:https://p3terx.com/archives/cloudflare-warp-configuration-script.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 中文

Cloudflare WARP configuration script

Quickly configure and use Cloudflare WARP on your Linux Server, which works with the latest major Linux distributions.

Features

  • 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 (with WireGuard)
  • Configuration WARP IPv6 Network interface (with WireGuard)
  • Configuration WARP Dual Stack Network interface (with WireGuard)
  • ...

Usage

bash <(curl -fsSL git.io/warp.sh) [SUBCOMMAND]

Subcommands

install         Install Cloudflare WARP Official Linux Client
uninstall       uninstall Cloudflare WARP Official Linux Client
proxy           Enable WARP Client Proxy Mode (default SOCKS5 port: 40000)
unproxy         Disable WARP Client Proxy Mode
wg4             Configuration WARP IPv4 Network interface (with WireGuard)
wg6             Configuration WARP IPv6 Network interface (with WireGuard)
wgd             Configuration WARP Dual Stack Network interface (with WireGuard)
rewg            Restart WARP WireGuard service
unwg            Disable WARP WireGuard service
status          Prints status information
version         Prints version information
help            Prints this message or the help of the given subcommand(s)
menu            Chinese special features menu

Credits

License

MIT © P3TERX

About

Cloudflare WARP configuration script | Cloudflare WARP 一键配置脚本

https://p3terx.com/archives/cloudflare-warp-configuration-script.html

License:MIT License


Languages

Language:Shell 100.0%