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/cmd
David Anderson 25ce9885a2 net/dns: don't use NM+resolved for NM >=1.26.6.
NetworkManager fixed the bug that forced us to use NetworkManager
if it's programming systemd-resolved, and in the same release also
made NetworkManager ignore DNS settings provided for unmanaged
interfaces... Which breaks what we used to do. So, with versions
1.26.6 and above, we MUST NOT use NetworkManager to indirectly
program systemd-resolved, but thankfully we can talk to resolved
directly and get the right outcome.

Fixes #1788

Signed-off-by: David Anderson <danderson@tailscale.com>
5 years ago
..
cloner all: adjust Unix permissions for those without umasks 5 years ago
derper cmd/derper: add /bootstrap-dns handler 5 years ago
hello client/tailscale/apitype: move local API types to new apitype package 5 years ago
microproxy cmd/microproxy: add -insecure flag 5 years ago
mkpkg cmd/mkpkg: support adding empty directories. 6 years ago
tailscale cmd/tailscale/cli: add test for already-submitted #1777 5 years ago
tailscaled net/dns: don't use NM+resolved for NM >=1.26.6. 5 years ago
tsshd net/interfaces: remove IsTailscaleIP, make callers use tsaddr. 5 years ago