mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #481] VPS有两个IP,目前创建SOCKS时无法指定请求的出口IP #385
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#385
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 @wertaaaaex on GitHub (May 5, 2022).
Original GitHub issue: https://github.com/snail007/goproxy/issues/481
Expected Behavior
我的 VPS1 有两个 IP,我希望可以指定SOCKS5的出口IP,目前通过以下命令创建无法实现指定出口IP
proxy socks -t tcp -p "0.0.0.0:23111" --udp-port 31021 --udp 没发现绑定出口IP的参数
Current Behavior
我希望可以在创建 SOCKS 代理时候,指定出口IP
Possible Solution
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
@wertaaaaex commented on GitHub (May 5, 2022):
文档找到了,