Accept HTTP1 in naive inbound
This commit is contained in:
@@ -6,6 +6,6 @@ import (
|
||||
C "github.com/sagernet/sing-box/constant"
|
||||
)
|
||||
|
||||
func (n *Naive) configureHTTP3Listener(listenAddr string) error {
|
||||
func (n *Naive) configureHTTP3Listener() error {
|
||||
return C.ErrQUICNotIncluded
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user