mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-30 16:04:23 +03:00
12 lines
174 B
Go
12 lines
174 B
Go
//go:build !with_quic
|
|
|
|
package inbound
|
|
|
|
import (
|
|
I "github.com/sagernet/sing-box/include"
|
|
)
|
|
|
|
func (n *Naive) configureHTTP3Listener() error {
|
|
return I.ErrQUICNotIncluded
|
|
}
|