-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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
关于shadowsocks-windows中插件参数的问题 #1896
Comments
好的,谢谢告之,目前符合SIP003规范的插件,仅有 kcptun 及 simple-obf ? |
@LYCX2015 而且是改版过的kcptun和simple-obfs |
For obfs examples (both examples tested and working) following SIP003 standard to pass parameters
or CLI non SIP003 standard
Again, remember, need to make a new instance of shadowsocks to connect to the listening port of obfs-server, on the server. (not the ss listening port on the server you normally connect to) For more help with CLI non SIP003 passing of parameters, see standard help
|
1) In the shadowsocks GUI (ver 4.0.10), you cannot leave the following fields empty. Empty "Proxy port" gives error Empty "Server Addr" gives error Empty "Server Port" gives error So this data must be entered in the shadowsocks GUI. 2) trying to put the same data again as arguments does not work -s %SS_REMOTE_HOST% -p %SS_REMOTE_PORT% -l %SS_LOCAL_PORT% -b %SS_LOCAL_HOST% --obfs http --obfs-host www.bing.com where removing data -l SS_LOCAL_PORT -b SS_LOCAL_HOST |
@john564 How the plugin program handle the arguments (such as, does not support remote port or port occupied) is not in the scope. |
all seems ok. following #1818 (comment) The returned values of %SS_REMOTE_HOST% %SS_REMOTE_PORT% %SS_LOCAL_HOST% %SS_LOCAL_PORT% %SS_PLUGIN_OPTIONS% are sent to the plugin program from the GUI of shadowsocks, %SS_LOCAL_PORT% keeps changing to a random value everytime you restart the connection. Conclusion, SS_REMOTE_HOST = "Server Addr" from GUI |
Please try 4.1.2 |
testing 4.1.2, I did not see any functional changes |
@john564 4.1.2 has fixed a bug about the Plugin Arguments |
Thanks, Can confirm its working, Followed this English wiki , and using latest kcptun non-SIP003 e.g. works |
Shadowsocks version / 影梭版本
4.0.10
Environment(Operating system, .NET Framework, etc) / 使用环境(操作系统,.NET Framework等)
win10*64
开发者们,您们好,我想请问下,主程序中的插件参数怎么填?
我在网上可以查到插件程序及插件选项的填法,比如这样:
插件程序:obfs-local
插件选项:obfs=tls;obfs-host=www.bing.com
但是插件参数却没有相应的使用说明,可能是功能是最近才开发出来的,所以网上没有相应的使用说明,故来此请教,烦请告之,谢谢。
The text was updated successfully, but these errors were encountered: