mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 12:57:36 +03:00
Add Tailscale endpoint
This commit is contained in:
parent
3b21852b85
commit
b789b69d78
23 changed files with 1269 additions and 51 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue