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
|
// 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",
|
||||||
|
|||||||
Reference in New Issue
Block a user