all: fork tailscale Linux dns manager package

With modification to fit our use case.
This commit is contained in:
Cuong Manh Le
2023-02-03 02:04:30 +07:00
committed by Cuong Manh Le
parent b8772d7b4a
commit 851f9b9742
18 changed files with 2735 additions and 9 deletions
+11
View File
@@ -0,0 +1,11 @@
// Copyright (c) 2022 Tailscale Inc & AUTHORS All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build !linux
package dns
func (m *directManager) runFileWatcher() {
// Not implemented on other platforms. Maybe it could resort to polling.
}