Add v2ray QUIC transport
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
|
||||
package inbound
|
||||
|
||||
import E "github.com/sagernet/sing/common/exceptions"
|
||||
import (
|
||||
C "github.com/sagernet/sing-box/constant"
|
||||
)
|
||||
|
||||
func (n *Naive) configureHTTP3Listener(listenAddr string) error {
|
||||
return E.New("QUIC is not included in this build, rebuild with -tags with_quic")
|
||||
return C.ErrQUICNotIncluded
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user