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

obfs在服务器端已经开启,客户端的编辑服务器页面应该如何开启? #1398

Closed
dragon100a opened this issue Sep 20, 2017 · 6 comments

Comments

@dragon100a
Copy link

dragon100a commented Sep 20, 2017

Version(release version or AppVeyor link)

4.06

Environment(Operating system, .NET Framework, etc)

win10

Steps you have tried

服务器端开启了obfs。
用的是这样的步骤
shadowsocks/simple-obfs#103 (comment)

接下来 在 ss客户端目录里加入的cygwin1.dll和obfs-local.exe(来自于https://github.com/imgk/simple-obfs-Cygwin/releases 我一开始忘记加入这俩文件,结果导致了报错)

https://github.com/shadowsocks/simple-obfs
usage一节 提到在客户端,

ss-local -c config.json --plugin obfs-local --plugin-opts "obfs=http;obfs-host=www.bing.com"

对应ss406客户端的“插件”框 里 写 obfs-local,“插件选项”里 写 obfs=http;obfs-host=www.bing.com

前面 obfs=http 我记得在服务器端就这么写的,后面obfs-host=www.bing.com该如何理解呢?

------------以下内容已经过时,请忽略------------------------------------------------------------------
我在这个地方_ 点 确定
32322323
准确来说,就是我在插件里 写的了东西,点确定,就会报错
33333
我在服务器端开了obfs,
按照这样的步骤:shadowsocks/simple-obfs#103 (comment)
现在我看到406的客户端有插件和插件选项,因此我就往里填写。
点确定,就报错了。

@dragon100a
Copy link
Author

dragon100a commented Sep 21, 2017

@chenshaoju

谢谢告知。已经在ss客户端的目录里加了上述地址里的cygwin1.dll和obfs-local.exe。
https://github.com/imgk/simple-obfs-Cygwin
usage一节 提到在客户端,

ss-local -c config.json --plugin obfs-local --plugin-opts "obfs=http;obfs-host=www.bing.com"

对应ss406客户端的“插件”框 里 写 obfs-local,“插件选项”里 写 obfs=http;obfs-host=www.bing.com

前面 obfs=http 我记得在服务器端就这么写的,后面obfs-host=www.bing.com该如何理解呢?

@dragon100a dragon100a changed the title 编辑服务器页面,插件 框的 问题? obfs在服务器端已经开启,客户端的编辑服务器页面应该如何开启? Sep 21, 2017
@chenshaoju
Copy link
Collaborator

将HTTP主机头伪装成成所指定的 obfs-host 。

@dragon100a
Copy link
Author

@chenshaoju
承接上回,
问题1
我是在ss客户端里写了bing的伪装,我可以写成任意的?比如百度??
同时 我在服务器端按照顶楼的步骤安装了obfs后,在ss服务器端的配置文件里只是 加了
"plugin":"obfs-server",
"plugin_opts":"obfs=http"
并没有提到伪装。
因此伪装是 只 需要 在 ss客户端编辑服务器页面 的“插件选项”写,而且还可以 任意写成其他网站?
ss服务器端的配置文件里 只是需要补充写上述2行就行了呗?

问题2
我 看到这样一个图,这个代理软件可以引入ss。
image
我发现obfs好像还不只是一种啊
21212121
同样的,后面还有obfs选项。
这里的plain 应该是 没开启 obfs 吧?
我们一直讨论的https://github.com/shadowsocks/simple-obfs
是 实现 了 这里的 http-simple 吗?

@chenshaoju
Copy link
Collaborator

1.可以,主机头伪装是可选的。
2.这个是ShadowsocksR的功能,我没用过SSR,但是这个软件可能被其他人改过了。

@dragon100a
Copy link
Author

@chenshaoju
那是sockcap64我用这个,结合ss代理游戏,他可以直接引入ss。这个地方选plain后面sbfs参数随便写、留空,测试都是成功的。因此那个plain就是客户端不使用obfs,当然不使用也是可以正常访问的。
选http_simple再写obfs=http;obfs-host=www.bing.com到参数里,测试失败。看起来我们用的simple-obfs和这里提到的http_simple完全不是一回事。
不过那几个选项看起来 并没有 我们配置的 那一种 obfs。

关于伪装
1.ss服务器端是可选的?
ss服务器端配置文件
"plugin":"obfs-server",
"plugin_opts":"obfs=http"
这样就完事了是 吗?
2.ss客户端这边,除了可以任意伪装外。
只写obfs=http能行吗?

@chenshaoju
Copy link
Collaborator

1.请联系你的SS服务端软件的支持论坛或人员。
2.取决于服务端。

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

2 participants