summaryrefslogtreecommitdiffhomepage
path: root/net/dns/direct_notlinux.go
blob: c221ca1beaa59595ae17f63350fca4540f60b37e (plain)
1
2
3
4
5
6
7
8
9
10
// 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.
}