Max Lv
Max Lv
I suggest to host a QR code on a secret HTTPS website. It should do the same trick.
@CzBiX I agree that this proposal would be useful in many scenarios. In fact, it's also easy to implement. I believe @Mygod can implement it in one line with Scala....
Reopen the issue to allow @CzBiX refine his proposal further.
We're finalizing the online config support with an extendable JSON format. Here's an example: https://gist.github.com/madeye/8451355b1baba312dae78a6c8ca4d1a1 Generally, we don't limit any custom fields in the JSON config file. The only required...
GET is good enough, as we're forcing HTTPS URL for any online config. You can put any restful token in your URL for authentication.
The latest shadowsocks-android has already supported this SIP: https://github.com/shadowsocks/shadowsocks-android/releases/tag/v5.0.3
With salts and IVs, I don't think there's any predictable payload from shadowsocks. Recently, we see more and more studies on traffic analysis [[1]]. But that's just the problem that...
Cool, I have removed all openssl dependencies in libev implementation, and until now it works well.
It looks your ISP blocks all the UDP traffic, causing DNS issues. Enabling a SIP003 plugin can solve the problem, as it makes SS app works in TCP-only mode.
You can close this PR and open a new one with a new branch called `ping`