脚本支持系统:CentOS 6+, Debian8+, Ubuntu16+

CentOS6/7 测试成功Debian8+, Ubuntu16+ 测试成功

安装方法:

wget --no-check-certificate -O dnsmasq_sniproxy.sh https://github.com/myxuchangbin/dnsmasq_sniproxy_install/raw/master/dnsmasq_sniproxy.sh && bash dnsmasq_sniproxy.sh -i

卸载方法:

wget --no-check-certificate -O dnsmasq_sniproxy.sh https://github.com/myxuchangbin/dnsmasq_sniproxy_install/raw/master/dnsmasq_sniproxy.sh && bash dnsmasq_sniproxy.sh -u

使用方法:

以上脚本在可观看奈飞的VPS上安装。

在其他VPS上修改DNS即可:

cd /etc/sysconfig/network-scripts/
ls

找到形如ifcfg-eth0的文件,用vi ifcfg-eth0编辑

添加一行(114.114.114.114替换为你的DNS服务器IP)

DNS1=114.114.114.114

重启网络

service network restart

确认是否成功

cat /etc/resolv.conf

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注