Add v2ray stats api

This commit is contained in:
世界
2022-09-26 19:37:06 +08:00
parent c7a485815c
commit 1b44faed17
32 changed files with 1408 additions and 64 deletions

View File

@@ -3,9 +3,9 @@
package inbound
import (
I "github.com/sagernet/sing-box/include"
C "github.com/sagernet/sing-box/constant"
)
func (n *Naive) configureHTTP3Listener() error {
return I.ErrQUICNotIncluded
return C.ErrQUICNotIncluded
}