[PR #158] [MERGED] ServerName rotation #282

Closed
opened 2026-02-26 12:34:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cbeuw/Cloak/pull/158
Author: @lima0
Created: 3/25/2021
Status: Merged
Merged: 3/25/2021
Merged by: @cbeuw

Base: masterHead: servername-rotation


📝 Commits (3)

  • 4a66426 inital servername rotation
  • b9cccbe Move MockDomainList to LocalConnConfig as the list doesn't need to be sent to the remote
  • aa95b50 Use CSPRNG to pick the next candidate of MockDomains

📊 Changes

4 files changed (+32 additions, -7 deletions)

View changed files

📝 README.md (+2 -0)
📝 cmd/ck-client/ck-client.go (+5 -0)
📝 cmd/ck-client/protector_android.go (+1 -0)
📝 internal/client/state.go (+24 -7)

📄 Description

This PR solves #152 by adding an optional AlternativeNames slice that has domains that cloak will shuffle through after every new session


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cbeuw/Cloak/pull/158 **Author:** [@lima0](https://github.com/lima0) **Created:** 3/25/2021 **Status:** ✅ Merged **Merged:** 3/25/2021 **Merged by:** [@cbeuw](https://github.com/cbeuw) **Base:** `master` ← **Head:** `servername-rotation` --- ### 📝 Commits (3) - [`4a66426`](https://github.com/cbeuw/Cloak/commit/4a66426e30b11ecab49a9a358ae93698fa0c7ba5) inital servername rotation - [`b9cccbe`](https://github.com/cbeuw/Cloak/commit/b9cccbe8151c5d63bcc0d46c1d9860924a0adba9) Move MockDomainList to LocalConnConfig as the list doesn't need to be sent to the remote - [`aa95b50`](https://github.com/cbeuw/Cloak/commit/aa95b502729fef26f2a96cee31c8e3deb0c8d69c) Use CSPRNG to pick the next candidate of MockDomains ### 📊 Changes **4 files changed** (+32 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `cmd/ck-client/ck-client.go` (+5 -0) 📝 `cmd/ck-client/protector_android.go` (+1 -0) 📝 `internal/client/state.go` (+24 -7) </details> ### 📄 Description This PR solves #152 by adding an optional AlternativeNames slice that has domains that cloak will shuffle through after every new session --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:34:29 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cloak#282
No description provided.