We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
手动修改15_ss配置文件: 增加如下内容,均无法正常启动。 "plugin": { "type": "obfs-http", "host": "xxxx.com" }, 或者 "plugin": { "type": "obfs", "mode": "http", "host": "xxx.com" }, 或者 "plugin": { "type": "http", "host": "xxxcom" }, 或者 "obfs": { "type": "http", "host": "xxx.com" },
The text was updated successfully, but these errors were encountered:
你可以研究下官方的文档: https://sing-box.sagernet.org/zh/configuration/outbound/shadowsocks/#plugin 我是看不明白如何配,这个ss我设计思路是用最传统的方式,包括加密方式都是旧的 aes-128-gcm 而没有用 2022-blake3-aes-****,就为了更好的适配的旧终端。 所以你提到的 plugin 和 obfs 我都没有研究过,你可以到sing-box官方问问如何配。
Sorry, something went wrong.
看了下教程,应该就是这个参数就可以,文档也写了适配这个参数。但是不知道为什么启动不了。 "plugin": "obfs-local", "plugin_opts": "obfs=http;obfs-host=www.example.com",
sing-box 好像只支持客户端 ss obfs
No branches or pull requests
手动修改15_ss配置文件:
增加如下内容,均无法正常启动。
"plugin": {
"type": "obfs-http",
"host": "xxxx.com"
},
或者
"plugin": {
"type": "obfs",
"mode": "http",
"host": "xxx.com"
},
或者
"plugin": {
"type": "http",
"host": "xxxcom"
},
或者
"obfs": {
"type": "http",
"host": "xxx.com"
},
The text was updated successfully, but these errors were encountered: