[PR #3599] [MERGED] support yaml/json/toml configuration format, make ini deprecated #4788

Closed
opened 2026-05-05 14:48:43 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: devHead: new


📝 Commits (1)

  • e415687 support 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3599 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 9/5/2023 **Status:** ✅ Merged **Merged:** 9/6/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`e415687`](https://github.com/fatedier/frp/commit/e415687c549c8da9ee891be4020b98446ada35db) support yaml/json/toml configuration format, make ini deprecated ### 📊 Changes **103 files changed** (+4175 additions, -3826 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Fix #2521 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:48:43 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4788
No description provided.