mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4064] 配置文件修改为 toml 格式后无法通过 ssh 访问 gitlab #3211
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#3211
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 @WindSpiritSR on GitHub (Mar 13, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4064
Bug Description
frpc Version
0.55.1
frps Version
0.55.1
System Architecture
linux/amd64
Configurations
frps
frpc proxies
frpc visitors
Logs
No response
Steps to reproduce
git clone返回如下ssh -vvv -T返回如下三个 frp 端均使用 docker 部署,dockerfile 如下
服务器端 frps 及 frpc visitors
docker-compose.yml如下局域网 frpc proxies
docker-compose.yml如下Affected area
@fatedier commented on GitHub (Mar 18, 2024):
先从一个最简单的 tcp 端口映射开始,通过 telnet 验证即可,否则配置内容太多,环境复杂,干扰因素也很多。
@WindSpiritSR commented on GitHub (Mar 20, 2024):
已确认由于配置中存在两个同名但不同配置的 visitor 导致 toml 配置无法正常运行,THX