Add hysteria2 realm service and support
This commit is contained in:
@@ -5,6 +5,7 @@ package include
|
||||
import (
|
||||
"github.com/sagernet/sing-box/adapter/inbound"
|
||||
"github.com/sagernet/sing-box/adapter/outbound"
|
||||
"github.com/sagernet/sing-box/adapter/service"
|
||||
"github.com/sagernet/sing-box/dns"
|
||||
"github.com/sagernet/sing-box/dns/transport/quic"
|
||||
"github.com/sagernet/sing-box/protocol/hysteria"
|
||||
@@ -30,3 +31,7 @@ func registerQUICTransports(registry *dns.TransportRegistry) {
|
||||
quic.RegisterTransport(registry)
|
||||
quic.RegisterHTTP3Transport(registry)
|
||||
}
|
||||
|
||||
func registerQUICServices(registry *service.Registry) {
|
||||
hysteria2.RegisterRealmService(registry)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user