Update dependencies
This commit is contained in:
11
vendor/tailscale.com/net/dns/resolvconfpath_default.go
generated
vendored
Normal file
11
vendor/tailscale.com/net/dns/resolvconfpath_default.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build !gokrazy
|
||||
|
||||
package dns
|
||||
|
||||
const (
|
||||
resolvConf = "/etc/resolv.conf"
|
||||
backupConf = "/etc/resolv.pre-tailscale-backup.conf"
|
||||
)
|
||||
Reference in New Issue
Block a user