lewangdev / ShadowsocksX-NG-GostPlugin

ShadowsocksX-NG 的 gost 插件脚本,方便在 ShadowsocksX-NG 中使用 gost
MIT License
118 stars 25 forks source link

Gost.Plugin.go exec was wrong #5

Closed sgalcheung closed 1 year ago

sgalcheung commented 1 year ago

When I found this plugin, I try to it, but I found source code only supports web socket(ws), but I use HTTP protocol, so I change -F param, than build it, but is don't work, when I look carefully and find goland exec command need separate parameters, ex

sgalcheung commented 1 year ago

6

lewangdev commented 1 year ago

Thank you 💖

PS, The plugin binary in release was produced by rust-lang version.

sgalcheung commented 1 year ago

That‘s fine, Another thing is how to support http and websocket protocol, need to discussion

lewangdev commented 1 year ago

I have previously considered this question and concluded that the current gost plugin is not fully-featured, making it difficult for the ShadowsocksX-NG client to configure. Additionally, using SS_PLUGIN_OPTIONS to pass more parameters to gost may result in people finding it challenging to configure correctly.