Add Tailscale endpoint

This commit is contained in:
世界
2025-07-08 13:12:16 +08:00
parent 0f6c417c3c
commit 6f793a0273
23 changed files with 1339 additions and 100 deletions
+2
View File
@@ -92,6 +92,7 @@ func EndpointRegistry() *endpoint.Registry {
registry := endpoint.NewRegistry()
registerWireGuardEndpoint(registry)
registerTailscaleEndpoint(registry)
return registry
}
@@ -110,6 +111,7 @@ func DNSTransportRegistry() *dns.TransportRegistry {
registerQUICTransports(registry)
registerDHCPTransport(registry)
registerTailscaleTransport(registry)
return registry
}