revert back to normal restart inbounds

This commit is contained in:
Alireza Ahmadi
2025-07-18 19:47:29 +02:00
parent fe4fa9b9e6
commit c2d33d2a1e
10 changed files with 4 additions and 760 deletions
+2 -3
View File
@@ -1,9 +1,6 @@
package core
import (
"s-ui/core/protocol/hysteria"
"s-ui/core/protocol/hysteria2"
"github.com/sagernet/sing-box/adapter/endpoint"
"github.com/sagernet/sing-box/adapter/inbound"
"github.com/sagernet/sing-box/adapter/outbound"
@@ -21,6 +18,8 @@ import (
protocolDNS "github.com/sagernet/sing-box/protocol/dns"
"github.com/sagernet/sing-box/protocol/group"
"github.com/sagernet/sing-box/protocol/http"
"github.com/sagernet/sing-box/protocol/hysteria"
"github.com/sagernet/sing-box/protocol/hysteria2"
"github.com/sagernet/sing-box/protocol/mixed"
"github.com/sagernet/sing-box/protocol/naive"
_ "github.com/sagernet/sing-box/protocol/naive/quic"