github.com/sagernet/sing-box@v1.9.0-rc.20/inbound/naive_quic_stub.go (about) 1 //go:build !with_quic 2 3 package inbound 4 5 import ( 6 C "github.com/sagernet/sing-box/constant" 7 ) 8 9 func (n *Naive) configureHTTP3Listener() error { 10 return C.ErrQUICNotIncluded 11 }