mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-30 00:29:48 +00:00
net/dns, feature/featuretags: make NetworkManager, systemd-resolved, and DBus modular
Saves 360 KB (19951800 => 19591352 on linux/amd64 --extra-small --box binary) Updates #12614 Updates #17206 Change-Id: Iafd5b2536dd735111b447546cba335a7a64379ed Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
b54cdf9f38
commit
b3e9a128af
13
feature/buildfeatures/feature_resolved_disabled.go
Normal file
13
feature/buildfeatures/feature_resolved_disabled.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
// Code generated by gen.go; DO NOT EDIT.
|
||||
|
||||
//go:build ts_omit_resolved
|
||||
|
||||
package buildfeatures
|
||||
|
||||
// HasResolved is whether the binary was built with support for modular feature "Linux systemd-resolved integration".
|
||||
// Specifically, it's whether the binary was NOT built with the "ts_omit_resolved" build tag.
|
||||
// It's a const so it can be used for dead code elimination.
|
||||
const HasResolved = false
|
||||
Reference in New Issue
Block a user