@
tuchuanw 主要是 iptables ,我没用 shellclash ,我是自己写的规则。
差不多这些:
iptables -t mangle -A GOST -p udp -m set --match-set mylocal dst -j RETURN
iptables -t mangle -A GOST -p udp -j TPROXY --tproxy-mark 0x1/0x1 --on-ip 127.0.0.1 --on-port 7893
iptables -t mangle -A PREROUTING -p udp -j GOST
iptables -t mangle -A GOST_LOCAL -p udp -m set --match-set mylocal dst -j RETURN
iptables -t mangle -A GOST_LOCAL -p udp -j MARK --set-mark 1
iptables -t mangle -A OUTPUT -p udp -j GOST_LOCAL