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