Giter Site home page Giter Site logo

bbvv77 / cloudflare_warp_connect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hxhgts/cloudflare_warp_connect

0.0 0.0 0.0 168 KB

非原生ip的vps添加流媒体支持(需要配合v2ray/xray出口规则修改)

Home Page: https://hxhddns.asia/Cloudflare_WARP_Connect

Shell 100.00%

cloudflare_warp_connect's Introduction

Cloudflare_WARP_Connect

警告⚠:目前此方法解锁Netflix需要强制IPV4出口并刷出特定出口ip(美区除外),配合v2ray/xray出口规则修改,原生ip请忽略!

奈飞检测脚本(基于lmc999流媒体检测脚本修改而来,适用于本项目出口ip检测):

echo 0 | bash <(curl -L -s https://raw.githubusercontent.com/HXHGTS/Cloudflare_WARP_Connect/main/check.sh) -M 4

1.脚本运行:

CentOS7(vps仅提供ipv4网络):

bash <(curl -L -s https://raw.githubusercontent.com/HXHGTS/Cloudflare_WARP_Connect/main/netflix_support.sh)

CentOS8(vps仅提供ipv4网络):

bash <(curl -L -s https://raw.githubusercontent.com/HXHGTS/Cloudflare_WARP_Connect/main/netflix_support_centos8.sh)

Debian/Ubuntu(vps仅提供ipv4网络):

bash <(curl -L -s https://raw.githubusercontent.com/HXHGTS/Cloudflare_WARP_Connect/main/netflix_support_debian.sh)

CentOS7/8(vps仅提供ipv6网络):

bash <(curl -L -s https://raw.githubusercontent.com/HXHGTS/Cloudflare_WARP_Connect/main/netflix_support_ipv6.sh)

Debian/Ubuntu(vps仅提供ipv6网络):

bash <(curl -L -s https://raw.githubusercontent.com/HXHGTS/Cloudflare_WARP_Connect/main/netflix_support_debian_ipv6.sh)

2.在/usr/local/etc/xray文件夹或/usr/local/etc/v2ray中找到配置文件config.json并按仓库中模板格式修改

3.应该可以正常使用了

warp关闭:

systemctl stop wg-quick@wgcf && systemctl disable wg-quick@wgcf && systemctl status wg-quick@wgcf

warp启动:

systemctl start wg-quick@wgcf && systemctl enable wg-quick@wgcf && systemctl status wg-quick@wgcf

warp重启/切换出口ip:

systemctl restart wg-quick@wgcf && echo 0 | bash <(curl -L -s https://raw.githubusercontent.com/HXHGTS/Cloudflare_WARP_Connect/main/check.sh) -M 4

建议配合看门狗食用!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.