tailscale: support "MagicDNS" (mdns)

This commit is contained in:
2025-08-13 01:52:23 +00:00
parent 9a0efcb8c2
commit 0498ca9be3
2 changed files with 8 additions and 4 deletions

View File

@@ -172,7 +172,11 @@ in
"--accept-routes"
# "--operator=colin" #< this *should* allow non-root control, but fails: <https://github.com/tailscale/tailscale/issues/16080>
# lock the preferences i care about, because even if they're default i think they _might_ be conditional on admin policy:
"--accept-dns=false" #< i manage manually, with BIND
# --accept-dns=false:
# 1. i manage DNS (/etc/resolv.conf) manually, with BIND/nixos
# 2. `tailscale dns query ...` works only if `--accept-dns` is set FALSE.
# maybe because `--accept-dns=true` causes tailscaled to fail to write resolvconf, and then it aborts, or something...
"--accept-dns=false"
# "--accept-routes=false"
"--advertise-connector=false"
"--advertise-exit-node=false"