简化domainStrategy
的使用逻辑,让不同类型的出站设置domainStrategy的方式一致
#4248
brainos233
started this conversation in
Ideas
Replies: 0 comments
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.
-
尝试用xhttp过cf,address必须设置为域名,想用
domainStrategy
来分成两个分别使用ipv6/ipv6的出站,但Freedom以外的只能在streamSettings.sockopt
里设置这个参数,而v2rayN并不支持设置sockopt,vless的分享链接也不打算支持。希望能参考mihomo,某盒子的方案,把
domainStrategy
从SockoptObject
移到OutboundObject
,从而和现有的Freedom的用法一致,或者统一放进OutboundConfigurationObject
里,这样客户端就能简单方便的增加一个控制连接服务器所使用的ip版本的选项,同时能够放进分享链接里。当前版本设置domainStrategy的方法
设想的配置方法
Beta Was this translation helpful? Give feedback.
All reactions