[PR #4256] [CLOSED] feat: add client reload on config change #4957

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4256
Author: @obadoraibu
Created: 6/1/2024
Status: Closed

Base: devHead: reload-on-config-change-feature


📝 Commits (1)

  • 9568151 feat: add client reload on config change

📊 Changes

5 files changed (+77 additions, -0 deletions)

View changed files

📝 client/service.go (+68 -0)
📝 conf/frpc_full_example.toml (+3 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 pkg/config/v1/client.go (+3 -0)

📄 Description

Thid pull request proposed as part of the homework for the course "designing the architecture of software systems". The ability to configure client updates when configuration files are changed is implemented. "Watcher" was used instead of "fsnotify" due to problems with the compatibility of the second with macos


🔄 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/4256 **Author:** [@obadoraibu](https://github.com/obadoraibu) **Created:** 6/1/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `reload-on-config-change-feature` --- ### 📝 Commits (1) - [`9568151`](https://github.com/fatedier/frp/commit/95681518606083c638840a31835c36d9efa289d2) feat: add client reload on config change ### 📊 Changes **5 files changed** (+77 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/service.go` (+68 -0) 📝 `conf/frpc_full_example.toml` (+3 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `pkg/config/v1/client.go` (+3 -0) </details> ### 📄 Description Thid pull request proposed as part of the homework for the course "designing the architecture of software systems". The ability to configure client updates when configuration files are changed is implemented. "Watcher" was used instead of "fsnotify" due to problems with the compatibility of the second with macos --- <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:51:58 -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#4957
No description provided.