harveyhuangw

Results 3 comments of harveyhuangw

> 有问题的都反馈下以下命令的结果 > > ``` > nslookup www.baidu.com 127.0.0.1:53 > ``` v0.46.001-beta 运行时,分别执行的 ![image](https://github.com/vernesong/OpenClash/assets/41227106/9cc473b2-5a80-45f2-98eb-f3f8ca55c4b1)

> 尝试以下命令 > > ``` > uci set dhcp.@dnsmasq[0].localuse="1" > uci commit dhcp > /etc/init.d/dnsmasq restart > ``` 运行和关闭状态,分别尝试,得到还是同样的结果 ![image](https://github.com/vernesong/OpenClash/assets/41227106/26d9b7f1-a1c0-4ac4-9890-d8684b4739e6)

> ``` > iptables -t nat -I OUTPUT -p udp --dport 53 -m owner ! --uid-owner 65534 -j REDIRECT --to-ports 53 > > 加这个呢 > ``` 加上貌似是正常了? ![image](https://github.com/vernesong/OpenClash/assets/41227106/23b9cfb7-2a36-466b-bd6b-9a2796980121)