mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3711] 0520以后如何对范围端口进行映射? #2956
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2956
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 @ccraise on GitHub (Oct 22, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3711
Describe the feature request
以前可以用range来映射多个端口,0520以后该如何配置?
[range:someserver]
type = tcp
local_ip = XXX.XXX.1.XXX
local_port = 1234,4444,5556,8081-8083
remote_port = 1234,4445,6667,8081-8083
Describe alternatives you've considered
No response
Affected area
@superzjg commented on GitHub (Oct 22, 2023):
0.52.0 的更新项有这样一个描述,是否相关?
No longer support range ports mapping in TOML/YAML/JSON.
@fatedier commented on GitHub (Oct 23, 2023):
INI 仍然可用,但是不再推荐,至少 v0 版本中会一直保留。