GithubHelp home page GithubHelp logo

fabulouslegend / netflix-dnsmasq Goto Github PK

View Code? Open in Web Editor NEW

This project forked from urnuts/netflix-dnsmasq

0.0 0.0 0.0 53.06 MB

Shell 3.53% JavaScript 2.28% Python 0.77% CSS 7.30% HTML 82.77% SCSS 3.34%

netflix-dnsmasq's Introduction

针对ubuntu重启/重置dns:

【如果使用openresolv,不需安装inbound】sudo apt install openresolv或者unbound
systemctl stop systemd-resolved
systemctl disable systemd-resolved
rm -rf /etc/resolv.conf
删除后重新创建resolv.conf
touch /etc/resolv.conf
echo nameserver 1.1.1.1 > /etc/resolv.conf
echo nameserver 8.8.8.8 >> /etc/resolv.conf
echo nameserver 9.9.9.9 >> /etc/resolv.conf

Netflix-Dnsmasq分流脚本说明:

已经购买或者搭建了dns,在不能解锁流媒体的vps执行以下脚本:

wget https://raw.githubusercontent.com/urnuts/netflix-dnsmasq/master/unlock.sh
chmod +x unlock.sh
./unlock.sh DNS【"DNS"为解锁机ip,自行替换】
特别注意:解锁成功后系统DNS应该为127.0.0.1,部分系统会重置系统DNS致解锁失效。

自定义dnsmasq的配置,可放行其他流媒体/站点
配置文件目录路径 /etc/dnsmasq.d/unlock.conf
修改完成重启dnsmasq##:systemctl restart dnsmasq

流媒体解锁检测:

//全面检测Mult流媒体解锁:
apt install jq -y && bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")
//检测nf,u2b,steam,dsp:
bash <(curl -sSL https://raw.githubusercontent.com/xb0or/nftest/main/netflix.sh)
//检测NetFlix脚本:
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf -method full
//检测Youtube地域信息IPv4/IPv6机器:
wget -O tubecheck https://cdn.jsdelivr.net/gh/sjlleo/TubeCheck/CDN/tubecheck_1.0beta_linux_amd64 && chmod +x tubecheck && clear && ./tubecheck
//绝命毒师地址 : https://www.netflix.com/title/70143836

netflix-dnsmasq's People

Contributors

steamsv avatar urnuts avatar

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.