You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/appc
James Tucker b48b7d82d0 appc,ipn/ipnlocal,net/dns/resolver: add App Connector wiring when enabled in prefs
An EmbeddedAppConnector is added that when configured observes DNS
responses from the PeerAPI. If a response is found matching a configured
domain, routes are advertised when necessary.

The wiring from a configuration in the netmap capmap is not yet done, so
while the connector can be enabled, no domains can yet be added.

Updates tailscale/corp#15437

Signed-off-by: James Tucker <james@tailscale.com>
7 months ago
..
appc.go appc,ipn/ipnlocal,net/dns/resolver: add App Connector wiring when enabled in prefs 7 months ago
appc_test.go appctype: move to types/appctype 8 months ago
embedded.go appc,ipn/ipnlocal,net/dns/resolver: add App Connector wiring when enabled in prefs 7 months ago
embedded_test.go appc,ipn/ipnlocal,net/dns/resolver: add App Connector wiring when enabled in prefs 7 months ago
handlers.go appc: implement app connector Server type 8 months ago
handlers_test.go appc: implement app connector Server type 8 months ago