You can not 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/cmd/connector-gen
Will Norris 3ec5be3f51 all: remove AUTHORS file and references to it 3 months ago
..
README.md cmd/connector-gen: add helper tool for wide app connector configurations 2 years ago
advertise-routes.go all: remove AUTHORS file and references to it 3 months ago
aws.go all: remove AUTHORS file and references to it 3 months ago
connector-gen.go all: remove AUTHORS file and references to it 3 months ago
github.go all: remove AUTHORS file and references to it 3 months ago

README.md

connector-gen

Generate Tailscale app connector configuration details from third party data.

Tailscale app connectors are used to dynamically route traffic for domain names via specific nodes on a tailnet. For larger upstream domains this may involve a large number of domains or routes, and fully dynamic discovery may be slower or involve more manual labor than ideal. This can be accelerated by pre-configuration of the associated routes, based on data provided by the target providers, which can be used to set precise autoApprovers routes, and also to pre-populate the subnet routes via --advertise-routes avoiding frequent routing reconfiguration that may otherwise occur while routes are first being discovered and advertised by the connectors.