base sagernet and migrate to circleci
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/include/registry.go
|
||||
+++ b/include/registry.go
|
||||
@@ -23,6 +23,9 @@
|
||||
@@ -26,6 +26,9 @@
|
||||
"github.com/sagernet/sing-box/protocol/group"
|
||||
"github.com/sagernet/sing-box/protocol/http"
|
||||
"github.com/sagernet/sing-box/protocol/mixed"
|
||||
@@ -10,7 +10,7 @@
|
||||
"github.com/sagernet/sing-box/protocol/naive"
|
||||
"github.com/sagernet/sing-box/protocol/redirect"
|
||||
"github.com/sagernet/sing-box/protocol/shadowsocks"
|
||||
@@ -62,6 +65,9 @@
|
||||
@@ -69,6 +72,9 @@
|
||||
shadowtls.RegisterInbound(registry)
|
||||
vless.RegisterInbound(registry)
|
||||
anytls.RegisterInbound(registry)
|
||||
@@ -19,8 +19,8 @@
|
||||
+ obfhttp.RegisterInbound(registry) // OMV
|
||||
|
||||
registerQUICInbounds(registry)
|
||||
registerStubForRemovedInbounds(registry)
|
||||
@@ -90,6 +96,9 @@
|
||||
registerCloudflaredInbound(registry)
|
||||
@@ -100,6 +106,9 @@
|
||||
shadowtls.RegisterOutbound(registry)
|
||||
vless.RegisterOutbound(registry)
|
||||
anytls.RegisterOutbound(registry)
|
||||
|
||||
Reference in New Issue
Block a user