mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #12] 内网穿透支持范围端口 #8
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#8
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 @102010cncger on GitHub (Nov 17, 2017).
Original GitHub issue: https://github.com/snail007/goproxy/issues/12
感谢大神
因为一些特殊的需要,本地开启了5001~5200的端口,不知道是否支持范围端口转发,默认支持
-r ":5001@:5001" ~-r ":5200@:5200"
这样的规则
谢谢了!
@snail007 commented on GitHub (Nov 18, 2017):
这个需求比较定制,建议用程序生成 -r ":5001@:5001" -r ":5001@:5001" ..... -r ":5200@:5200" 这样的参数来实现,不用手动一个个写。