mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 04:55:58 +03:00
[GH-ISSUE #274] Spurious symbols appear in ProxyMethod #219
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#219
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 @kutukvpavel on GitHub (Aug 11, 2024).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/274
For some reason proxyMethod field is padded with garbage during a client connection attempt. From systemd logs, when trying to connect to
panel1proxy:level=error msg="invalid proxy method" UID="..." encryptionMethod=2 proxyMethod="panel1\xc9\t\x94r\x19\x7f" remoteAddr="..." sessionId=0I ran into this issue on both
panelandshadowsocksproxies i set up. Can be easily fixed by using a long proxy name, for example,panel_longerorshadowsocks1is sufficient. Both Linux-amd64 client and Android Shadowsocks client with Cloak plugin are affected.