2023-01-27 21:37:20 +00:00
|
|
|
// Copyright (c) Tailscale Inc & AUTHORS
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
2022-11-13 05:54:10 +00:00
|
|
|
|
|
|
|
//go:build !linux
|
|
|
|
|
|
|
|
package dns
|
|
|
|
|
|
|
|
func (m *directManager) runFileWatcher() {
|
|
|
|
// Not implemented on other platforms. Maybe it could resort to polling.
|
|
|
|
}
|