fw876 / helloworld

GNU General Public License v3.0
3.6k stars 2.64k forks source link

游戏模式失效 UDP没有被代理 已经打开了UDP模式 #717

Open chobitsos opened 2 years ago

chobitsos commented 2 years ago

Fri Nov 19 14:45:44 2021 daemon.notice netifd: Network device 'ra0' link is up Fri Nov 19 14:45:45 2021 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Another app is currently holding the xtables lock. Perhaps you want to use the -w option? Fri Nov 19 14:45:45 2021 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Another app is currently holding the xtables lock. Perhaps you want to use the -w option? Fri Nov 19 14:45:45 2021 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Another app is currently holding the xtables lock. Perhaps you want to use the -w option? Fri Nov 19 14:45:45 2021 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Another app is currently holding the xtables lock. Perhaps you want to use the -w option? Fri Nov 19 14:45:45 2021 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Another app is currently holding the xtables lock. Perhaps you want to use the -w option? Fri Nov 19 14:45:45 2021 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Another app is currently holding the xtables lock. Perhaps you want to use the -w option? Fri Nov 19 14:45:45 2021 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Another app is currently holding the xtables lock. Perhaps you want to use the -w option? Fri Nov 19 14:45:45 2021 daemon.notice procd: /etc/rc.d/S95shadowsocksr: Another app is currently holding the xtables lock. Perhaps you want to use the -w option? Fri Nov 19 14:45:45 2021 user.err ssr-rules[2782]: Start failed! Fri Nov 19 14:45:45 2021 daemon.notice procd: /etc/rc.d/S95shadowsocksr: ssr-rules[2782]: Start failed! Fri Nov 19 14:45:45 2021 cron.err crond[4293]: crond (busybox 1.33.1) started, log level 5 Fri Nov 19 14:45:46 2021 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses! Fri Nov 19 14:45:46 2021 user.notice dnsmasq: Allowing 127.0.0.0/8 responses

设备是K2P 重启的时候有很大概率出现这个日志UDP就失效

chobitsos commented 2 years ago

已解决在ssr-rule里ipt变量后面加上-w 20即可

Cabbage-Cat commented 2 years ago

已解决在ssr-rule里ipt变量后面加上-w 20即可

请问一下如何加呢?遇到同样问题了

chobitsos commented 2 years ago

已解决在ssr-rule里ipt变量后面加上-w 20即可

请问一下如何加呢?遇到同样问题了

在IPT https://github.com/fw876/helloworld/blob/ebc69c89b800c2b27d4a97a69e6ba09a6f1ba3c9/luci-app-ssr-plus/root/usr/bin/ssr-rules#L10 变量里面加-w 20