mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3599] [MERGED] support yaml/json/toml configuration format, make ini deprecated #4788
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#4788
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?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/3599
Author: @fatedier
Created: 9/5/2023
Status: ✅ Merged
Merged: 9/6/2023
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
e415687support yaml/json/toml configuration format, make ini deprecated📊 Changes
103 files changed (+4175 additions, -3826 deletions)
View changed files
📝
.golangci.yml(+12 -10)📝
Release.md(+0 -2)📝
client/admin.go(+2 -2)📝
client/admin_api.go(+13 -58)📝
client/control.go(+15 -13)📝
client/health/health.go(+22 -13)📝
client/proxy/general_tcp.go(+8 -8)📝
client/proxy/proxy.go(+30 -29)📝
client/proxy/proxy_manager.go(+12 -6)📝
client/proxy/proxy_wrapper.go(+16 -15)📝
client/proxy/sudp.go(+8 -8)📝
client/proxy/udp.go(+8 -8)📝
client/proxy/xtcp.go(+12 -12)📝
client/service.go(+44 -46)📝
client/visitor/stcp.go(+8 -8)📝
client/visitor/sudp.go(+8 -8)📝
client/visitor/visitor.go(+8 -8)📝
client/visitor/visitor_manager.go(+17 -11)📝
client/visitor/xtcp.go(+13 -13)📝
cmd/frpc/sub/http.go(+14 -16)...and 80 more files
📄 Description
Fix #2521
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.