You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all. Thanks for the developing an useful obfuscating plugin. I've almost deployed the latest(some from 1.1.2, some from my own build) to all my devices, server, arm and mips32 router, x86 nas. All of them work perfectly.
The only issue I met is 1.1.1+ version could not work under the macOS. Please kindly take a look. Thanks!
1.0.2 version works correctly
./gq-client-mac64-1.0.2 -c ./goquiet.json -l 11111 -p 443 -s myserver.com
2018/08/17 11:18:09 Starting standalone mode. Listening for ss on 127.0.0.1:11111
1.1.1 version cannot work
./gq-client-mac64-1.1.1 -c ./goquiet.json -l 11111 -p 443 -s myserver.com
2018/08/17 11:16:54 Starting standalone mode. Listening for ss on 127.0.0.1:11111
2018/08/17 11:16:54 protocol not available
The text was updated successfully, but these errors were encountered:
Just read the changes between 1.0.2 and 1.1.1. Looks this issue is caused by the FastOpen feature. It could work when the FastOpen is set to false in the client config.
Hi,
First of all. Thanks for the developing an useful obfuscating plugin. I've almost deployed the latest(some from 1.1.2, some from my own build) to all my devices, server, arm and mips32 router, x86 nas. All of them work perfectly.
The only issue I met is 1.1.1+ version could not work under the macOS. Please kindly take a look. Thanks!
shadowsocks-libev 3.2.0
macOS 10.13.6
my client config
{
"ServerName": "www.apple.com",
"Key": "********",
"TicketTimeHint": 3600,
"Browser": "chrome",
"FastOpen": true
}
my server config
{
"WebServerAddr":"23.203.245.14:443",
"Key":"********",
"FastOpen":false
}
1.0.2 version works correctly
./gq-client-mac64-1.0.2 -c ./goquiet.json -l 11111 -p 443 -s myserver.com
2018/08/17 11:18:09 Starting standalone mode. Listening for ss on 127.0.0.1:11111
1.1.1 version cannot work
./gq-client-mac64-1.1.1 -c ./goquiet.json -l 11111 -p 443 -s myserver.com
2018/08/17 11:16:54 Starting standalone mode. Listening for ss on 127.0.0.1:11111
2018/08/17 11:16:54 protocol not available
The text was updated successfully, but these errors were encountered: