cmd/tailscaled: add Dnscache as a service dependency

Updates https://github.com/tailscale/corp/issues/30961

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
This commit is contained in:
Aaron Klotz 2025-08-25 10:16:52 -06:00
parent fafb514538
commit b5f834aef8

View File

@ -29,6 +29,7 @@ func init() {
// This list must be kept in sync with the TailscaledDependencies preprocessor // This list must be kept in sync with the TailscaledDependencies preprocessor
// variable in the installer. // variable in the installer.
var serviceDependencies = []string{ var serviceDependencies = []string{
"Dnscache",
"iphlpsvc", "iphlpsvc",
"netprofm", "netprofm",
"WinHttpAutoProxySvc", "WinHttpAutoProxySvc",