mirror of https://github.com/tailscale/tailscale/
Add flag to disable bootstrap dns
Adds an optional (default off) boolean environment flag `TS_NO_DNS_FALLBACK` which will simply disable functionality to fallback to using Tailscale DNS servers as indicated in text logs like: ``` trying bootstrapDNS("derp8c.tailscale.com", "2a03:b0c0:1:d0::e1f:4001") for "log.tailscale.io" ... ``` For some user environments, it is desirable to strictly control outbound access to external servers and and leaked data or metadata - and losing this functionality is a desired trade off. Closes #7981 Signed-off-by: Kevin Allen <kallen@bostondynamics.com>pull/8015/head
parent
c5bf868940
commit
c0c182f487
Loading…
Reference in New Issue