Mahdi-zarei / nekoray

Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
GNU General Public License v3.0
367 stars 23 forks source link

Incorrect parsing #136

Closed Sue1133 closed 1 day ago

Sue1133 commented 1 week ago

I have a subscription that has a trojan protocol, which I update constantly. Starting with version 4.1.3, nekoray began to parse the config incorrectly, namely the "Security" field. It leaves it empty, although I use ws + tls. After each subscription update, I have to manually change everything to tls. This bug is also on version 4.1.4, but on 4.1.2 everything is fine.

Sue1133 commented 1 week ago

I looked at the raw text that the subscription link sends and realized that most likely this is because the "Security" type is not specified there and apparently in the old version (4.1.2) it was automatically specified as tls.

Mahdi-zarei commented 1 week ago

This can be improved

Sue1133 commented 1 week ago

That would be nice. Was that the intention in 4.1.3-4.1.4?

Sue1133 commented 1 day ago

Thank you