sing-box/inbound/naive_quic_stub.go
2022-09-29 08:49:34 +08:00

12 lines
175 B
Go

//go:build !with_quic
package inbound
import (
C "github.com/sagernet/sing-box/constant"
)
func (n *Naive) configureHTTP3Listener() error {
return C.ErrQUICNotIncluded
}