Refactor bind control

This commit is contained in:
世界
2022-09-14 12:46:02 +08:00
parent 2373281c41
commit 189f02c802
16 changed files with 123 additions and 62 deletions

View File

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