#笔记#DNS流媒体解锁奈飞Netfilx
用DNS截留的方式使自己无解锁Netflix机器可使用Netflix。
开始
- 准备2两台VPS 其中一台可以解锁Netflix
如果你不知道可否解锁输入 bash <(curl -L -s check.unlock.media)
本文中ServerA为解锁机(可使用Netflix机器) ServerB为不可使用Netflix机器
搭建
在ServerA解锁机上安装DNS
wget --no-check-certificate -O dnsmasq_sniproxy.sh https://raw.githubusercontent.com/myxuchangbin/dnsmasq_sniproxy_install/master/dnsmasq_sniproxy.sh && bash dnsmasq_sniproxy.sh -f
卸载
wget --no-check-certificate -O dnsmasq_sniproxy.sh https://raw.githubusercontent.com/myxuchangbin/dnsmasq_sniproxy_install/master/dnsmasq_sniproxy.sh && bash dnsmasq_sniproxy.sh -u
使用
在不能观看Netflix的ServerB机器上修改DNS
echo -e "nameserver 4.4.4.4" > /etc/resolv.conf #将4.4.4.4修改为dns解锁IP
接下来就可以使用了