Files
ctrld/internal/dns/direct_notlinux.go
2024-09-30 18:14:30 +07:00

11 lines
234 B
Go

// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
//go:build !linux
package dns
func (m *directManager) runFileWatcher() {
// Not implemented on other platforms. Maybe it could resort to polling.
}