[PR #3068] [CLOSED] Added OpExit #4676

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3068
Author: @lowk3v
Created: 8/21/2022
Status: Closed

Base: devHead: develop


📝 Commits (1)

📊 Changes

6 files changed (+93 additions, -1 deletions)

View changed files

📝 doc/server_plugin.md (+23 -0)
📝 pkg/msg/msg.go (+13 -0)
📝 pkg/plugin/server/manager.go (+31 -0)
📝 pkg/plugin/server/plugin.go (+2 -1)
📝 pkg/plugin/server/types.go (+5 -0)
📝 server/control.go (+19 -0)

📄 Description

I added an option that supported the server plugin with the op is Exit. When the FRP client cannot connect to a server then the server will push a message to the FRP-notify plugin (version OpExit supported at https://github.com/lowk3v/frp-notify/releases/tag/OpExitSupported)
I would like to help someone


🔄 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/3068 **Author:** [@lowk3v](https://github.com/lowk3v) **Created:** 8/21/2022 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `develop` --- ### 📝 Commits (1) - [`3c8e61b`](https://github.com/fatedier/frp/commit/3c8e61bc90686096ed77b319cd7ebffda4b4fb54) Added OpExit ### 📊 Changes **6 files changed** (+93 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/server_plugin.md` (+23 -0) 📝 `pkg/msg/msg.go` (+13 -0) 📝 `pkg/plugin/server/manager.go` (+31 -0) 📝 `pkg/plugin/server/plugin.go` (+2 -1) 📝 `pkg/plugin/server/types.go` (+5 -0) 📝 `server/control.go` (+19 -0) </details> ### 📄 Description I added an option that supported the server plugin with the op is Exit. When the FRP client cannot connect to a server then the server will push a message to the FRP-notify plugin (version OpExit supported at https://github.com/lowk3v/frp-notify/releases/tag/OpExitSupported) I would like to help someone --- <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:46:36 -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#4676
No description provided.