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
I'm not sure if obfs is enabled or not when set in json config file.
What did you expect to see?
A log shall be given out: obfuscating enabled
What did you see instead?
Ss will give out " obfuscating enabled" when obfs is enabled by command line:
ss-server(or ss-local) --obfs tls -s X.X.X.X -p XXXX ...
But when obfs is set in config.json like this:
"obfs":"tls"
there's no log given out about whether obfs is enabled.
I don't know if it is correct to set obfs like this in json file.
What is your config in detail (with all sensitive info masked)?
What version of shadowsocks-libev are you using?
2.6.0
What operating system are you using?
Ubuntu 16.04/Windows7/Windows10
What did you do?
I'm not sure if obfs is enabled or not when set in json config file.
What did you expect to see?
A log shall be given out: obfuscating enabled
What did you see instead?
Ss will give out " obfuscating enabled" when obfs is enabled by command line:
ss-server(or ss-local) --obfs tls -s X.X.X.X -p XXXX ...
But when obfs is set in config.json like this:
"obfs":"tls"
there's no log given out about whether obfs is enabled.
I don't know if it is correct to set obfs like this in json file.
What is your config in detail (with all sensitive info masked)?
{
"server":"X.X.X.X",
"server_port":9999,
"local_port":9999,
"password":"pass",
"method":"chacha20",
"auth":true,
"obfs":"tls",
"obfs_host":"live.com"
}
The text was updated successfully, but these errors were encountered: