更新所有内核

This commit is contained in:
wyx2685
2024-07-08 17:44:22 +09:00
parent 4dda65a636
commit a7637d436f
7 changed files with 374 additions and 279 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/InazumaV/V2bX/api/panel"
"github.com/InazumaV/V2bX/common/counter"
vCore "github.com/InazumaV/V2bX/core"
"github.com/apernet/hysteria/core/server"
"github.com/apernet/hysteria/core/v2/server"
)
var _ server.Authenticator = &V2bX{}