-
Notifications
You must be signed in to change notification settings - Fork 1.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
Basic support for Online Config #891
Comments
The basic JSON document format is no longer a part of SIP008. Please refer to https://shadowsocks.org/en/wiki/SIP008-Online-Configuration-Delivery.html for specifics. |
I noticed that shadowsocks-android and shadowsocks-windows do support the basic file format. @database64128, do you know if it will be deprecated in the future per the new spec? |
As a part of the refactoring process in shadowsocks-windows v5, I have reimplemented online config support to strictly follow the new spec. The basic file format is no longer supported. |
Hope to see this implement soon. |
This has been launched this year: https://www.reddit.com/r/outlinevpn/wiki/index/dynamic_access_keys/ |
Support online Shadowsocks server configurations per SIP008 online config. For the first feature iteration we will support online config https URLs with domain names and root authority certificates. Fetch the server configuration on connection start and only accept the basic JSON file format with a single server configuration, ie:
The text was updated successfully, but these errors were encountered: