Add cloudflared inbound

This commit is contained in:
世界
2026-04-10 13:23:42 +08:00
parent 2e932bef52
commit b212049768
18 changed files with 418 additions and 6 deletions
+1
View File
@@ -66,6 +66,7 @@ func InboundRegistry() *inbound.Registry {
anytls.RegisterInbound(registry)
registerQUICInbounds(registry)
registerCloudflaredInbound(registry)
registerStubForRemovedInbounds(registry)
return registry