mirror of
https://github.com/tailscale/tailscale.git
synced 2025-09-21 21:51:21 +02: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:
parent
fafb514538
commit
b5f834aef8
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user