mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-09 17:43:40 +00:00
11 lines
280 B
Go
11 lines
280 B
Go
|
// 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 !hermetic
|
||
|
// +build !hermetic
|
||
|
|
||
|
package dnsfallback
|
||
|
|
||
|
//go:generate go run update-dns-fallbacks.go
|