Add Tailscale

This commit is contained in:
世界
2024-12-03 20:11:27 +08:00
parent 2cb5ff521a
commit bbcd4cf312
14 changed files with 1023 additions and 53 deletions

View File

@@ -91,6 +91,7 @@ func EndpointRegistry() *endpoint.Registry {
registry := endpoint.NewRegistry()
registerWireGuardEndpoint(registry)
registerTailscaleEndpoint(registry)
return registry
}
@@ -108,6 +109,7 @@ func DNSTransportRegistry() *dns.TransportRegistry {
registerQUICTransports(registry)
registerDHCPTransport(registry)
registerTailscaleTransport(registry)
return registry
}