关于v2rayCPU使用率100%的一种可能 #1700
kulongwangzhi85
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
平台Linux(包括openwrt)
代理模式为:tproxy透明代理
可能的原因是你忘记将net.ipv4.conf.all.route_localnet 设置为0
将配置添加到/etc/sysctl.conf
net.ipv4.conf.all.route_localnet = 0
让配置立即生效 sysctl -p
Beta Was this translation helpful? Give feedback.
All reactions