mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3033] [Feature Request] Allow frpc config update via frps #2426
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#2426
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?
Originally created by @vio-f on GitHub (Jul 25, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3033
Describe the feature request
Thank you for this superb tool.
We already have the functionality to update the config of a frpc instance via the adminUI, which is great! But you need to have direct access to the frpc server or you need to setup a proxy configuration to each frpc you have
It would be awesome if we could have a feature to execute a configuration update from the frps dashboard (or some other adminUI on frps). It would reduce the number of ports that need to be actively mananged.
Describe alternatives you've considered
Setup a proxy configuration to each frpc to update the configuration.
Affected area
@Becods commented on GitHub (Jul 25, 2022):
https://github.com/fatedier/frp/issues/1570
@fatedier commented on GitHub (Jul 28, 2022):
Planned in frp v2, we want to support multiple configure registry such as static file, remote url, etc.
@thefantas commented on GitHub (Aug 7, 2023):
Add in service.go
add in import
log.Info("admin server listen on %s:%d", svr.cfg.AdminAddr, svr.cfg.AdminPort)
add function
frp.php