Skip to content
New issue

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

SS模式不支持obfs选项么? #132

Open
z4jst opened this issue Nov 19, 2024 · 3 comments
Open

SS模式不支持obfs选项么? #132

z4jst opened this issue Nov 19, 2024 · 3 comments

Comments

@z4jst
Copy link

z4jst commented Nov 19, 2024

手动修改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"
},

@fscarmen
Copy link
Owner

你可以研究下官方的文档: https://sing-box.sagernet.org/zh/configuration/outbound/shadowsocks/#plugin
我是看不明白如何配,这个ss我设计思路是用最传统的方式,包括加密方式都是旧的 aes-128-gcm 而没有用 2022-blake3-aes-****,就为了更好的适配的旧终端。
所以你提到的 plugin 和 obfs 我都没有研究过,你可以到sing-box官方问问如何配。

@z4jst
Copy link
Author

z4jst commented Nov 19, 2024

看了下教程,应该就是这个参数就可以,文档也写了适配这个参数。但是不知道为什么启动不了。
"plugin": "obfs-local",
"plugin_opts": "obfs=http;obfs-host=www.example.com",

@xiaorong61
Copy link

sing-box 好像只支持客户端 ss obfs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants