mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4088] remotePort,一直报错 #3225
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#3225
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 @FanyuanCode on GitHub (Mar 20, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4088
Bug Description
一直不识别这个字段配置,为什么呢?
frpc Version
v0.55.1
frps Version
latest
System Architecture
windows/amd64
Configurations
serverAddr = "###"
serverPort = 9004
auth.token = "###"
proxies
name = "rdp-fanyuan"
type = "sudp"
localIP = "127.0.0.1"
localPort = 3389
secretKey= "###"
remotePort = 6000
Logs
日志:
unmarshal ProxyConfig error: json: unknown field "remotePort"
2024/03/20 周三 17:17:21.79: Script executed
Steps to reproduce
...
Affected area
@jikunchong commented on GitHub (Mar 22, 2024):
type = "sudp" 带 secretKey,没有这个类型吧?
要配置 RDP 穿透,改为 TCP 试试:
@FanyuanCode commented on GitHub (Mar 22, 2024):
谢谢,我知道了。刚刚弄好。