Kwrt icon indicating copy to clipboard operation
Kwrt copied to clipboard

使用 Firewall4 (nftables)编译后,dnsmasq 依然使用 iptables 转发

Open FanxJK opened this issue 3 years ago • 0 comments

例如 /etc/init.d/dnsmasq 1203,1204 行:

iptables -t nat -A PREROUTING -m comment --comment "DNSMASQ" -p udp --dport 53 -j REDIRECT --to-ports $dns_port
iptables -t nat -A PREROUTING -m comment --comment "DNSMASQ" -p tcp --dport 53 -j REDIRECT --to-ports $dns_port

导致 /luci/admin/status/nftables 界面提示: 旧版 iptables 规则

FanxJK avatar Sep 21 '22 04:09 FanxJK