{"id":13468077,"url":"https://github.com/missuo/CloudflareWarp","last_synced_at":"2025-03-26T03:31:33.301Z","repository":{"id":43462244,"uuid":"358839221","full_name":"missuo/CloudflareWarp","owner":"missuo","description":"Cloudflare Warp One Click Script","archived":true,"fork":false,"pushed_at":"2022-05-21T18:41:33.000Z","size":6046,"stargazers_count":227,"open_issues_count":0,"forks_count":68,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-29T21:59:23.566Z","etag":null,"topics":["bbr","cloudflare","ipv4","ipv4-ipv6","ipv6","netflix","one-key","shell-script","warp","youtube"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/missuo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-17T09:38:29.000Z","updated_at":"2024-10-15T10:54:58.000Z","dependencies_parsed_at":"2022-08-12T10:41:34.529Z","dependency_job_id":null,"html_url":"https://github.com/missuo/CloudflareWarp","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missuo%2FCloudflareWarp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missuo%2FCloudflareWarp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missuo%2FCloudflareWarp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missuo%2FCloudflareWarp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/missuo","download_url":"https://codeload.github.com/missuo/CloudflareWarp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245584927,"owners_count":20639646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bbr","cloudflare","ipv4","ipv4-ipv6","ipv6","netflix","one-key","shell-script","warp","youtube"],"created_at":"2024-07-31T15:01:05.140Z","updated_at":"2025-03-26T03:31:30.688Z","avatar_url":"https://github.com/missuo.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Cloudflare Warp\nCloudflareWarp 一键脚本\n\n![Warp](https://cdn.luotianyi.vc/wp-content/uploads/2021-02-04_21-05-50.jpg)\n\n## 更新\n### 2021年7月18日\n- [x] 修复了`IP`可能检测错误的问题\n\n#### Always Free IP Check API:\n```shell\ncurl -4 ip.nisekoo.com\ncurl -6 ip.nisekoo.com\n```\n\n### 2021年6月13日\n- [x] 加入了开机自启\n- [x] 彻底修复了 `Debian 10` 第一次安装可能不成功的问题\n- [x] 移除了双栈无损模式 \n- [x] 加入了流媒体检测\n\n### 2021年5月31日\n- [x] 增加了ARM 64的支持\n\n### 2021年5月21日\n- [x] 改进了在注册Warp账号的时候需要手动回车选择`Yes`的问题 \n- [x] 修复了没有`wget`、`curl`可能导致安装失败的问问题 \n- [x] 增加了`IPv4\u0026IPv6的无损模式`，仅出站走Warp「仅支持`Ubuntu 20.04`」\n\n### 感谢Bug发现的小伙伴\n感谢 [2guan](https://github.com/2guan) 指出 可能安装失败的问题 \n\n感谢 [lns103](https://github.com/lns103) 建议 无损双栈方案 \n\n感谢 [tianyunb666](https://github.com/tianyunb666) 和 [ChellyL](https://github.com/ChellyL) 指出 `Debian 10` 安装失败的问题 \n\n「如有疏漏，请谅解」\n\n## 已知问题\n`Debian10` 部分内核下 `linux-headers` 无法通过 `apt-get install linux-headers-$(uname -r)` 完成安装 \n### 解决方案\n```\nsudo apt-get update\nsudo apt-get upgrade\nsudo apt-get dist-upgrade\nreboot\nsudo apt-get install linux-headers-$(uname -r) -y\n```\n\n## 参考文章：\n[Luminous大佬](https://luotianyi.vc/5252.html) \n\n本脚本与 `Luminous` 无关\n\n## Warp 优点\n- [x] Warp为没有IPV4的IPV6 Only的服务器增加IPV4\n- [x] Warp为没有IPV6的IPV4 Only的服务器增加IPV6\n- [x] Warp为拥有IPV4和IPV6隐藏真实的IPV4和IPV6\n- [x] Warp可以提供流媒体解锁服务（包括YouTube、Netflix等）\n- [x] Warp是完全免费的\n\n## 本脚本的功能\n- [x] 一键安装Warp\n- [x] 支持没有IPV4的机器\n- [x] 支持没有IPV6的机器\n- [x] 三种模式：增加IPV4、增加IPV6、双栈\n\n## 要求 \n支持 `Ubuntu` `Debian` `CentOS7` (内核必须为 \u003e= 5.X  4.X版本可能会导致`linux-headers`无法安装)\n\n已测试`CentOS7`、`Ubuntu18`、`Debian9`、`Debian10`可以成功运行\n\n建议使用一下脚本升级你的内核为BBR最新版本\n```shell\nwget uone.one/tcpx.sh \u0026\u0026 bash tcpx.sh\n```\n选择1安装原版BBR，安装完之后`reboot`，开机之后执行`bash tcpx.sh`，输入11启动BBR加速\n\n## 使用\n### Linux X86_64\n```shell\nwget -O warp.sh https://cdn.jsdelivr.net/gh/missuo/CloudflareWarp/warp.sh \u0026\u0026 bash warp.sh\n```\n### Linux ARM_64 (90%失败)\n```shell\nwget -O warp.sh https://cdn.jsdelivr.net/gh/missuo/CloudflareWarp/warp-arm64.sh \u0026\u0026 bash warp.sh\n```\n\n## 关于开源\n本脚本的所有代码可以随意拿去使用，但是希望注明来源。之前本脚本的 `Debian 10` 一次绝对安装不成功。希望之前参考了本脚本的开发者看到后能及时修改，以免影响使用。\n\n## 反馈\n欢迎测试，并且在ISSUES中提出BUG，我会在第一时间修复\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmissuo%2FCloudflareWarp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmissuo%2FCloudflareWarp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmissuo%2FCloudflareWarp/lists"}