github项目地址

服务端快速安装:

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 -i

卸载

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

限制53端口

iptables -A INPUT -p tcp --dport 53 -j DROP

添加ip白名单

iptables -I INPUT -p tcp -s 192.168.1.100 --dport 53 -j ACCEPT

保存规则

iptables-save > /etc/iptables/rules.v4

随后将解锁机的ip地址作为dns填到第一位
如果最后一步没有什么用,你可以直接在xray或sing-box直接劫持到解锁机ip