[PR #1041] [MERGED] optimize code #4301

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1041
Author: @fatedier
Created: 1/15/2019
Status: Merged
Merged: 1/15/2019
Merged by: @fatedier

Base: devHead: update


📝 Commits (6)

📊 Changes

31 files changed (+1601 additions, -1224 deletions)

View changed files

📝 README.md (+50 -13)
📝 README_zh.md (+59 -19)
📝 assets/static/index.html (+1 -1)
📝 assets/static/manifest.js (+1 -1)
📝 assets/static/vendor.js (+1 -1)
📝 assets/statik/statik.go (+3 -1)
📝 cmd/frps/root.go (+0 -3)
📝 conf/frpc_full.ini (+7 -2)
📝 conf/frps_full.ini (+0 -4)
doc/pic/zsxq.jpg (+0 -0)
📝 models/config/server_common.go (+0 -12)
📝 models/nathole/nathole.go (+1 -1)
📝 server/control.go (+79 -15)
server/controller/resource.go (+46 -0)
📝 server/controller/visitor.go (+2 -71)
📝 server/dashboard.go (+5 -5)
📝 server/dashboard_api.go (+15 -17)
server/metric.go (+0 -316)
server/proxy.go (+0 -687)
server/proxy/http.go (+138 -0)

...and 11 more files

📄 Description

No description provided


🔄 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/1041 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/15/2019 **Status:** ✅ Merged **Merged:** 1/15/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `update` --- ### 📝 Commits (6) - [`0c7d778`](https://github.com/fatedier/frp/commit/0c7d77889678437d9697ab9411d515c006768dc7) frps: optimize code - [`611d063`](https://github.com/fatedier/frp/commit/611d063e1f32a056a1fff10f981efb3be088d5b7) server: adjust code structure - [`f76deb8`](https://github.com/fatedier/frp/commit/f76deb88986b916f05c539f6d6d114111fd45626) frps: remove auth timeout - [`b250342`](https://github.com/fatedier/frp/commit/b250342e27d0148592dc45f55111fa95922cb9c6) web: remove auth timeout - [`bbc6f16`](https://github.com/fatedier/frp/commit/bbc6f1687dd2dd345ff309765c33965e54b9f9ae) doc: add health check - [`0b06c1c`](https://github.com/fatedier/frp/commit/0b06c1c8214248868eec1f47974d96ef03ab64a8) doc: add zsxq pic ### 📊 Changes **31 files changed** (+1601 additions, -1224 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+50 -13) 📝 `README_zh.md` (+59 -19) 📝 `assets/static/index.html` (+1 -1) 📝 `assets/static/manifest.js` (+1 -1) 📝 `assets/static/vendor.js` (+1 -1) 📝 `assets/statik/statik.go` (+3 -1) 📝 `cmd/frps/root.go` (+0 -3) 📝 `conf/frpc_full.ini` (+7 -2) 📝 `conf/frps_full.ini` (+0 -4) ➕ `doc/pic/zsxq.jpg` (+0 -0) 📝 `models/config/server_common.go` (+0 -12) 📝 `models/nathole/nathole.go` (+1 -1) 📝 `server/control.go` (+79 -15) ➕ `server/controller/resource.go` (+46 -0) 📝 `server/controller/visitor.go` (+2 -71) 📝 `server/dashboard.go` (+5 -5) 📝 `server/dashboard_api.go` (+15 -17) ➖ `server/metric.go` (+0 -316) ➖ `server/proxy.go` (+0 -687) ➕ `server/proxy/http.go` (+138 -0) _...and 11 more files_ </details> ### 📄 Description _No description provided_ --- <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:39:27 -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#4301
No description provided.