mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4143] 最新版0.57.0的windows版本和Linux版本 #3268
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#3268
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 @suixin7260 on GitHub (Apr 10, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4143
Bug Description
分别在windows、linux配置frpc,无法正常运行frp客户端
frpc Version
0.57.0
frps Version
0.57.0
System Architecture
linux/amd64,windows/amd64
Configurations
serverAddr = "xxx.xxx.xx.xxx"
serverPort = 7000
auth.token = "xxx"
proxies
name = "test-tcp"
type = "http"
localIP = "127.0.0.1"
localPort = 9000
remotePort = 80
Logs
No response
Steps to reproduce
Affected area
@fatedier commented on GitHub (Apr 10, 2024):
Remove
remotePort@suixin7260 commented on GitHub (Apr 12, 2024):
去掉这个之后,如何配置远程服务器的端口
@cainsyake commented on GitHub (May 27, 2024):
参考 https://gofrp.org/zh-cn/docs/examples/stcp
@suixin7260