Kwrt
Kwrt copied to clipboard
使用 Firewall4 (nftables)编译后,dnsmasq 依然使用 iptables 转发
例如 /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 规则