mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-05 05:00:08 +00:00
测试:尝试增加hysteria2协议,尝试增加设备数限制功能
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"github.com/InazumaV/V2bX/api/iprecoder"
|
||||
"github.com/InazumaV/V2bX/api/panel"
|
||||
"github.com/InazumaV/V2bX/common/task"
|
||||
"github.com/InazumaV/V2bX/conf"
|
||||
@@ -21,7 +20,6 @@ type Controller struct {
|
||||
traffic map[string]int64
|
||||
userList []panel.UserInfo
|
||||
info *panel.NodeInfo
|
||||
ipRecorder iprecoder.IpRecorder
|
||||
nodeInfoMonitorPeriodic *task.Task
|
||||
userReportPeriodic *task.Task
|
||||
renewCertPeriodic *task.Task
|
||||
|
||||
Reference in New Issue
Block a user