mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 20:45:59 +03:00
[GH-ISSUE #264] Client "providing for" more than one ProxyMethod and more than one listen port per running client, a feature request #210
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#210
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 @LindaFerum on GitHub (May 19, 2024).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/264
The general idea is to make it so the client can listen on multiple ports, with each port being reserved to a particular ProxyMethod
(without mixing TCP and UDP of course, that would be too much work)
Currently, if one needs more than one ProxyMethod and/or more than one port serviced one will have to run multiple cloak clients (even if all are TCP) which seems kind of non-frugal :-)