Add v2ray user stats api

This commit is contained in:
世界
2023-02-08 16:50:15 +08:00
parent b4902fe36c
commit 2567f41fbb
6 changed files with 39 additions and 8 deletions

View File

@@ -9,4 +9,5 @@ type V2RayStatsServiceOptions struct {
Enabled bool `json:"enabled,omitempty"`
Inbounds []string `json:"inbounds,omitempty"`
Outbounds []string `json:"outbounds,omitempty"`
Users []string `json:"users,omitempty"`
}