mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 04:55:58 +03:00
[GH-ISSUE #163] AlternativeNames shuffle connection #134
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @malikshi on GitHub (Apr 19, 2021).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/163
hi, I want to ask regarding this new feature about AlternativeNames, is it need to set
NumConn 0to fully use AlternativeNames? when I am setNumConn 4or8it's will be like this forever, except for restarting shadowsocks-windows client that mean new connection right@notsure2 commented on GitHub (Apr 19, 2021):
Yes, it's best to use NumConn=0 with it. Otherwise only when the connections are ended and new ones are spawned the sni used will change.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Monday, April 19th, 2021 at 4:08 PM, Malik Al @.***> wrote:
@malikshi commented on GitHub (Apr 19, 2021):
UID=uuuuu;PublicKey=kkkkkkk;ServerName=bing.com;AlternativeNames=cloudflare.com,google.com;BrowserSig=chrome;NumConn=0;StreamTimeout=300;ProxyMethod=shadowsocks;EncryptionMethod=plain;Transport=direct
Is it the right setting? but Shadowsocks windows not allowing it because of too much text in plugin options.
@notsure2 commented on GitHub (Apr 19, 2021):
Then shadowsocks-windows needs a pull request. You can use cloak with a config file or launch cloak by using a cmd and put the cmd file in the plugin section in shadowsocks-windows.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Monday, April 19th, 2021 at 4:23 PM, Malik Al @.***> wrote:
@malikshi commented on GitHub (Apr 19, 2021):
thanks @notsure2 it's work and good to go