mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #397] Support SOCKS Proxy for External Proxy #398
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#398
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 @NghiaTranUIT on GitHub (Apr 3, 2024).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/397
Originally assigned to: @kics223w1 on GitHub.
Description
Since we're working on the External Proxy, it's better to support SOCKS Proxy.
Acceptance Criteria
ExternalProxyService, please read the func:getSuitableProxy(isHTTPS)-> SOCKS Proxy is active if SOCKS is enabled and HTTP & HTTPS is OFF.How to test on local machine
127.0.0.1port 8889 -> SaveHow to test on production
@NghiaTranUIT commented on GitHub (Apr 3, 2024):
Unit Test:
@NghiaTranUIT commented on GitHub (Apr 5, 2024):
Update Requirement
WebsocketProxySOCKSProxyTests.swift. Ping @NghiaTranUIT to get the file and theWebsocket_NodeJS_Client_SOCKS_Proxyclient code.