mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #398] flag --blocked --direct not supported for subcommand sps #309
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#309
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 @rocaltair on GitHub (Sep 11, 2020).
Original GitHub issue: https://github.com/snail007/goproxy/issues/398
blockanddirectfiles are both supported forhttpsocksI wonder why they are not supported for
sps?it's a little inconvenient to use
--redirmode on router.@snail007 commented on GitHub (Sep 11, 2020):
because of sps forward all traffic to upstream, no direct access.
@rocaltair commented on GitHub (Sep 11, 2020):
I see...
so we need run two process on router to use transparent proxy locally, one for redirect, and the other for real proxy to communicate with proxy server on VPS.
I guess theres's much cost to run two processes in golang for low end routers.
thirst for this feature.
at last, I should say, goproxy is the most powerful proxy tool I've seen.
@snail007 commented on GitHub (Sep 11, 2020):
it's actually two processes need more memory than one, but if possible, you can run a goproxy as upstream on other PC forward traffic to vps, only sps on router.
@rocaltair commented on GitHub (Sep 11, 2020):
got it, thx~