mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #3068] [CLOSED] Added OpExit #4676
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4676
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/3068
Author: @lowk3v
Created: 8/21/2022
Status: ❌ Closed
Base:
dev← Head:develop📝 Commits (1)
3c8e61bAdded OpExit📊 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.