-
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
Question: How to fill in field 'Plugin Options:' #1813
Comments
Currently, the |
Please give a working example, for kcptun and/or simple obfs. |
Ok, So, am I correct. It does not work with kcptun It does work with obfs, details Get obfs-local.exe from Plugin C:\obfs-local.exe |
I'm confused,Do you have kcptun? |
I used Its working fine, by running it from CMD line. |
Shadowsocks for Windows ONLY support plugins if it's accord with SIP003 , For more info,Please read: shadowsocks/shadowsocks-org#28 |
#1368
So, am I correct. It does not work with kcptun |
Shadowsocks for Windows SUPPORT kcptun if you get from https://github.com/shadowsocks/kcptun/releases EDIT: You need rename client_windows_amd64.exe to kcptun.exe and put to shadowsocks.exe folder or you need change path and filename If everything correctly, When you selected your server with kcptun, you can see kcptun.exe (or your kcptun filename ) in task manager. |
thanks, I can confirm its working. Here are my notes. Get kcptun (client_windows_amd64.exe) from Does not work with standard kcptun Filling in the fields on the Shadowsocks GUI also need to make a new instance of shadowsocks to connect to e.g. EDIT: You can rename client_windows_amd64.exe to kcptun.exe Plugin kcptun For obfs following SIP003 standard to pass parameters
or CLI non SIP003 standard
Again, 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) ===================================================
or
Comment: kcptun.exe and kcptun_config.json in the shadowsocks.exe folder. or
C:\kcptun\kcptun_config.json SIP003
or
|
Version(release version or AppVeyor link) / 版本(正式版或基于AppVeyor的链接)
4.0.6 But same question with later versions
Cannot get kcptun to work using the Shadowsocks windows plugin GUI
I have shadowsocks over kcptun working on windows by running kcptun from cmd.
#####################################################################
The latest GUI for shadowsocks has incorporated plugins
How to fill in Plugin Options ? (please use the kcptun config from below as example)
Plugin : C:\kcptun\client_windows_amd64.exe
Plugin Options :
=======================================================
==While not part of the question, this is how I currently run kcptun from CMD
== running kcptun from cmd
== kcptun config, saved at C:\kcptun\kcptun_config.json
{
"localaddr": ":54321",
"remoteaddr": "185.123.456.789:12345",
"key": "Herekeyok",
"crypt": "salsa20",
"mode": "fast2",
"conn": 6
}
= I download the kcp windows exe, and save e.g.
C:\kcptun\client_windows_amd64.exe
= run
cmd.exe /k C:\kcptun\client_windows_amd64.exe -c C:\kcptun\kcptun_config.json
= also need to make a new instance of shadowsocks to connect to localhost:54321
The text was updated successfully, but these errors were encountered: