mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4818] 想映射多个端口 配置多个[[proxies]]部分只有最后一个[[proxies]]部分生效 #3804
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#3804
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 @luluQAQ on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4818
Bug Description
只有最后一个proxies部分生效,服务端已经配置了allow_ports 并开启了TLS
frpc Version
v0.62.1
frps Version
v0.62.1
System Architecture
linux/arm64
Configurations
proxies
name = "service1"
type = "tcp"
local_ip = "127.0.0.1"
local_port = 8080
remote_port = 48080
proxies
name = "service2"
type = "tcp"
local_ip = "127.0.0.1"
local_port = 8081
remote_port = 48081
proxies
name = "service3"
type = "tcp"
local_ip = "127.0.0.1"
local_port = 8082
remote_port = 48082
Logs
No response
Steps to reproduce
...
Affected area
@Tangchunhai commented on GitHub (May 28, 2025):
我也遇到这个问题了,解决了。宝塔防火墙端口没开放,你看下是不是服务器端口,或装了宝塔端口没有开放。
@luluQAQ commented on GitHub (May 29, 2025):
就只有云服务提供的防护墙 系统内部没有防火墙的 不管怎么修改端口 它只有最后一个proxies块是生效的 很怪
@Tangchunhai commented on GitHub (May 29, 2025):
你把服务器防火墙停止试下 看下端口有没有开启 我现在遇到的问题 就是太慢了
@Tangchunhai commented on GitHub (May 29, 2025):
还有就是,我看你的配置是下划线的,我用的是驼峰的,应该都支持吧
@github-actions[bot] commented on GitHub (Jun 13, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.