-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Closed
Description
Bug Description
我在本地想映射两个端口到服务器上,但是只能生效一个端口。
本地frpc的toml文件如下
server_addr = "********"
server_port = 7000
[[proxies]]
name = "fastgpt"
type = "tcp"
local_ip = "host.docker.internal"
local_port = 3000
remote_port = 4000
[[proxies]]
name = "openwebui"
type = "tcp"
local_ip = "host.docker.internal"
local_port = 3008
remote_port = 3008
最终在服务器端只能生效一个 3008端口
frpc Version
0.61
frps Version
0.61
System Architecture
服务器是linux/amd64,本地主机是 windows/amd64
Configurations
尝试了很多次方法都失败了
Logs
No response
Steps to reproduce
...
Affected area
- Docs
- Installation
- Performance and Scalability
- Security
- User Experience
- Test and Release
- Developer Infrastructure
- Client Plugin
- Server Plugin
- Extensions
- Others
Metadata
Metadata
Assignees
Labels
No labels