Replies: 4 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
其实我的想法是直接手写一下 nftables 规则,在 homeproxy 生效之前就搞定这件事,但是改了很久都不生效,不知道为什么。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
这样搞其实也不行,只能当作权宜之计,因为实际上能用防火墙规则解决的功能完全没必要走 singbox 内核。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
好像这个方案也不是很稳妥。 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
是这样,openwrt 的 mwan3 功能处于残疾状态,我目前在用 singbox 做为家里上网和 iptv 的分流器,目前需要如下的配置:
针对 10.0.0.0/8 端口为 554 的目标地址,走 eth1
针对IP 为 192.168.1.100 的设备,所有通信(全部端口)强制走 eth1
这是因为我做了一个自动抓包程序,在 192.168.1.100 运行,因为抓包过程中需要进行数次 url 重定向,重定向的 ip 只能确定在 10.0.0.0/8 而端口号不确定,所以需要上述功能,干脆针对这个 ip 的设备,强制让他走 eth1 就行了
Beta Was this translation helpful? Give feedback.
All reactions