mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00:00
api: add server web api for statistics
This commit is contained in:
@@ -15,10 +15,12 @@
|
||||
package consts
|
||||
|
||||
var (
|
||||
// server status
|
||||
// proxy status
|
||||
Idle string = "idle"
|
||||
Working string = "working"
|
||||
Closed string = "closed"
|
||||
Online string = "online"
|
||||
Offline string = "offline"
|
||||
|
||||
// proxy type
|
||||
TcpProxy string = "tcp"
|
||||
|
Reference in New Issue
Block a user