mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
net/dns: fix FreeBSD build
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
84bd50329a
commit
c2ca2ac8c4
@ -6,6 +6,11 @@ package dns
|
||||
|
||||
import "tailscale.com/types/logger"
|
||||
|
||||
func isResolvconfActive() bool {
|
||||
// TODO(danderson): implement somewhere.
|
||||
return false
|
||||
}
|
||||
|
||||
func NewOSConfigurator(logf logger.Logf, _ string) (OSConfigurator, error) {
|
||||
switch {
|
||||
case isResolvconfActive():
|
||||
|
Loading…
x
Reference in New Issue
Block a user