mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-18 05:18:23 +00:00
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:
@@ -29,6 +29,7 @@ func init() {
|
||||
// This list must be kept in sync with the TailscaledDependencies preprocessor
|
||||
// variable in the installer.
|
||||
var serviceDependencies = []string{
|
||||
"Dnscache",
|
||||
"iphlpsvc",
|
||||
"netprofm",
|
||||
"WinHttpAutoProxySvc",
|
||||
|
Reference in New Issue
Block a user