mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4097] 本人小白折腾了一会 总是报错 #3231
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#3231
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 @TheGodmans on GitHub (Mar 22, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4097
Bug Description
现在无法使用
frpc Version
frp_0.56.0_linux_arm.tar.gz
frps Version
frp_0.56.0_linux_amd64.tar.gz
System Architecture
客户端arm 服务端amd
Configurations
[common]
bindPort = 7000 # 服务端与客户端通信端口
serverAddr = "隐藏"
serverPort = 7000
proxies
name = "ssh"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 6000
proxies
name = "web"
type = "http"
localPort = 80
customDomains = ["nas.super7.eu.org"]
proxies

name = "web2"
type = "http"
localPort = 631
customDomains = ["print.super7.eu.org"]
Logs
No response
Steps to reproduce
...
Affected area