fox85

Results 7 comments of fox85

有这个需求的原因是,路由器是openwrt系统,希望通过隧道进行opkg包的更新和下载,因为如果直连不走隧道由于国内的线路出国实在太差,基本都更新和下载失败

> iptables -t nat -A OUTPUT -p tcp -m owner ! --uid-owner 1001 -j trojan_chain > 1001 换成你透明代理进程的用户 uid,防止死循环 谢谢,我尝试了一下,直接运行会报 Couldn't load target `trojan_chain':No such file or directory 然后我先执行 iptables...

iptables -t nat -A OUTPUT -p tcp -m owner ! --uid-owner 0 -j TROJAN_GO > > > iptables -t nat -A OUTPUT -p tcp -m owner ! --uid-owner 1001 -j...

> > > iptables -t nat -A OUTPUT -p tcp -m owner ! --uid-owner 1001 -j trojan_chain > > > 1001 换成你透明代理进程的用户 uid,防止死循环 > > > > > > 谢谢,我尝试了一下,直接运行会报...

> 时隔半年再次诈尸……`遇到非CN IP时直接转发到dirty组DNS`这个需求已在开发中,将于近期上线。本质上是将`gfwlist`和`CN IP`做成两个可配置的DNS重定向器(而不是写死规则)。 轻轻催更一下,希望大佬继续更新!谢谢 🍡

> > > 时隔半年再次诈尸……`遇到非CN IP时直接转发到dirty组DNS`这个需求已在开发中,将于近期上线。本质上是将`gfwlist`和`CN IP`做成两个可配置的DNS重定向器(而不是写死规则)。 > > > > > > 轻轻催更一下,希望大佬继续更新!谢谢 🍡 > > 感谢催更,在写了😂 哈哈,谢谢大佬还在保持更新,期待下一个release的发布

PS: according to this post: https://github.com/openwrt/openwrt/issues/10567 I226-V should be supported in kernel v5.10 (22.03~), via kmod-igc, but not v5.4 (21.02.x and earlier).