[PR #152] [MERGED] Maodanp/subdomain #4146

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/152
Author: @maodanp
Created: 11/7/2016
Status: Merged
Merged: 11/8/2016
Merged by: @fatedier

Base: devHead: maodanp/subdomain


📝 Commits (4)

  • 396e148 add subdomain configuration; add conn auth timeout
  • 54beb19 frps/control.go remove log info
  • 7cc5d03 conf/frps.ini modify domain field
  • c702355 frps/control rename authTimeout; add judgement for subdomain

📊 Changes

9 files changed (+52 additions, -4 deletions)

View changed files

📝 conf/frpc.ini (+3 -0)
📝 conf/frps.ini (+5 -0)
📝 src/cmd/frpc/control.go (+1 -0)
📝 src/cmd/frps/control.go (+13 -4)
📝 src/models/client/config.go (+8 -0)
📝 src/models/config/config.go (+1 -0)
📝 src/models/msg/msg.go (+1 -0)
📝 src/models/server/config.go (+12 -0)
📝 src/models/server/server.go (+8 -0)

📄 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/152 **Author:** [@maodanp](https://github.com/maodanp) **Created:** 11/7/2016 **Status:** ✅ Merged **Merged:** 11/8/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `maodanp/subdomain` --- ### 📝 Commits (4) - [`396e148`](https://github.com/fatedier/frp/commit/396e148f805fd83626868303f041f82c6d6f83db) add subdomain configuration; add conn auth timeout - [`54beb19`](https://github.com/fatedier/frp/commit/54beb19435eee0200ce6ebe1ab0a1117cafb1669) frps/control.go remove log info - [`7cc5d03`](https://github.com/fatedier/frp/commit/7cc5d03f351bfb9576ec7c173257d8c648cfeb8f) conf/frps.ini modify domain field - [`c702355`](https://github.com/fatedier/frp/commit/c70235566952d14e4a0816d6bdc058f2958938a2) frps/control rename authTimeout; add judgement for subdomain ### 📊 Changes **9 files changed** (+52 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `conf/frpc.ini` (+3 -0) 📝 `conf/frps.ini` (+5 -0) 📝 `src/cmd/frpc/control.go` (+1 -0) 📝 `src/cmd/frps/control.go` (+13 -4) 📝 `src/models/client/config.go` (+8 -0) 📝 `src/models/config/config.go` (+1 -0) 📝 `src/models/msg/msg.go` (+1 -0) 📝 `src/models/server/config.go` (+12 -0) 📝 `src/models/server/server.go` (+8 -0) </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:36:32 -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#4146
No description provided.