-
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
fix: introduce first-supported Endpoint #2357
Conversation
tcp: | ||
$type: shadowsocks | ||
endpoint: | ||
$type: first-supported |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about first-success
, so it can try multiple domains?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a bit tricky. It requires testing each of them. Then we may need to update the list too. We can add that later, since it's a can of worms.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM
client/config.md
Outdated
@@ -115,6 +117,34 @@ transport: | |||
secret: SS_SECRET | |||
``` | |||
|
|||
Note that Websockets is not yet supported on Windows. In order to have a single config for all platforms, use a first-supported endpoint: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that Websockets is not yet supported on Windows. In order to have a single config for all platforms, use a first-supported endpoint: | |
Note that Websockets is not yet supported on Windows. In order to have a single config for all platforms, use a `first-supported` endpoint: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
No description provided.