mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4293] unmarshal ProxyConfig error: json: unknown field "remotePort" #3386
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#3386
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 @cffycls on GitHub (Jun 22, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4293
Bug Description
both frps and frpc the version is v0.58.1, in debian12.
./frpc -c ./frpc.toml
unmarshal ProxyConfig error: json: unknown field "remotePort"
frpc Version
0.58.1
frps Version
0.58.1
System Architecture
linux/amd64
Configurations
host1:client 192.168.10.50 ---- [error]
host2:server 192.168.10.11 ---- [ok]
./frps -c ./frps.toml
2024-06-22 15:21:45.946 [I] [frps/root.go:105] frps uses config file: ./frps.toml
2024-06-22 15:21:46.093 [I] [server/service.go:237] frps tcp listen on 0.0.0.0:7000
2024-06-22 15:21:46.093 [I] [frps/root.go:114] frps started successfully
Logs
No response
Steps to reproduce
...
Affected area
@superzjg commented on GitHub (Jun 22, 2024):
https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L330-L339