mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4732] unmarshal ProxyConfig error: json: unknown field "remotePort" #3737
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#3737
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 @whonism on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4732
Bug Description
[admin@TS451D frp_0.61.2_linux_amd64]# cat frpc.toml
serverAddr = ""
serverPort = 55123
auth.method = "token"
auth.token = ""
proxies
name = "nas"
type = "http"
localIP = "127.0.0.1"
localPort = 6363
remotePort = 7100
[admin@TS451D frp_0.61.2_linux_amd64]# ./frpc -c frpc.toml
unmarshal ProxyConfig error: json: unknown field "remotePort"
[admin@TS451D frp_0.61.2_linux_amd64]#
frpc Version
0.61.2
frps Version
0.61.2
System Architecture
linux/amd64
Configurations
NA
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Mar 27, 2025):
type = "http"没有remotePort@github-actions[bot] commented on GitHub (Apr 11, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.