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