We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fake-IP(增强) 模式下,防火墙会处理 tcp/udp 包,但是ICMP包不会被处理,是否可以适当补充规则,返回echo-reply/unreachable 或者直接 drop。
我的场景是主路由通过静态路由分流fake-ip地址段到op,现在的情况是ICMP包会在两台路由器之间转发到超过TTL。
尝试过:垫一条 unreachable 的静态路由,对其他设备确实效果正常,但会导致op自身无法走代理
The text was updated successfully, but these errors were encountered:
iptables -I INPUT -p icmp --icmp-type echo-request -d 198.18.0.1/16 -j REJECT -m comment --comment "OpenClash ICMP REJECT"
Sorry, something went wrong.
fw4/nft 好像没有 iptables 命令了
改成nft不就行了
No branches or pull requests
Verify Steps
Describe the Feature
Fake-IP(增强) 模式下,防火墙会处理 tcp/udp 包,但是ICMP包不会被处理,是否可以适当补充规则,返回echo-reply/unreachable 或者直接 drop。
我的场景是主路由通过静态路由分流fake-ip地址段到op,现在的情况是ICMP包会在两台路由器之间转发到超过TTL。
Describe Alternatives
尝试过:垫一条 unreachable 的静态路由,对其他设备确实效果正常,但会导致op自身无法走代理
The text was updated successfully, but these errors were encountered: