mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 12:35:59 +03:00
[PR #216] [MERGED] Make websocket url sub path configurable #289
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#289
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?
📋 Pull Request Information
Original PR: https://github.com/cbeuw/Cloak/pull/216
Author: @githablocal
Created: 3/6/2023
Status: ✅ Merged
Merged: 3/7/2023
Merged by: @cbeuw
Base:
master← Head:master📝 Commits (3)
e696b18format using goimports11e42ddAdd WebSocket path for CDN mode6fe603cFix gox not found in release CI📊 Changes
56 files changed (+145 additions, -78 deletions)
View changed files
📝
README.md(+7 -2)📝
cmd/ck-client/ck-client.go(+3 -1)📝
cmd/ck-client/log.go(+1 -0)📝
cmd/ck-client/log_android.go(+3 -1)📝
cmd/ck-client/protector.go(+1 -0)📝
cmd/ck-client/protector_android.go(+3 -1)📝
cmd/ck-server/ck-server.go(+4 -3)📝
cmd/ck-server/ck-server_test.go(+2 -1)📝
cmd/ck-server/keygen.go(+1 -0)📝
internal/client/TLS.go(+2 -1)📝
internal/client/TLS_test.go(+2 -1)📝
internal/client/auth.go(+1 -0)📝
internal/client/auth_test.go(+3 -2)📝
internal/client/chrome.go(+1 -0)📝
internal/client/connector.go(+2 -1)📝
internal/client/firefox.go(+1 -0)📝
internal/client/piper.go(+2 -1)📝
internal/client/state.go(+8 -3)📝
internal/client/state_test.go(+2 -1)📝
internal/client/websocket.go(+6 -5)...and 36 more files
📄 Description
Fix #98
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.