Replies: 1 comment
-
上面配置可以正常生效,前提是 outbounds 都写同一个配置文件里,如果 outbounds是多个文件,加载配置文件加载的是目录,会调用不到标签 |
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.
-
{
"outbounds": [
{
"protocol": "freedom",
"settings": {"redirect": "www.google.com"},
"proxySettings": {
"tag": "vless_reality_out"
},
"tag": "google"
}
]
}
如上配置,好像不生效,请问 freedom 出站 支持 proxySettings 设定到另一出站吗
Beta Was this translation helpful? Give feedback.
All reactions