summaryrefslogtreecommitdiffhomepage
path: root/ipn
diff options
context:
space:
mode:
authorLee Briggs <lee@leebriggs.co.uk>2025-11-06 10:53:24 -0500
committerLee Briggs <lee@leebriggs.co.uk>2025-11-06 10:53:24 -0500
commita5c0723a839c1bbad90a24782063d30078433a8f (patch)
tree9f66ab9a720073deff58dc388fd9f7a592a16503 /ipn
parent3290b0d31a919709c4595cf4d2dcbe0b83733c15 (diff)
downloadtailscale-jaxxstorm/static_endpoints.tar.xz
tailscale-jaxxstorm/static_endpoints.zip
switch back to omitemptyjaxxstorm/static_endpoints
Signed-off-by: Lee Briggs <lee@leebriggs.co.uk>
Diffstat (limited to 'ipn')
-rw-r--r--ipn/prefs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipn/prefs.go b/ipn/prefs.go
index f487df034..114bc424f 100644
--- a/ipn/prefs.go
+++ b/ipn/prefs.go
@@ -376,9 +376,9 @@ type MaskedPrefs struct {
AutoUpdateSet AutoUpdatePrefsMask `json:",omitempty"`
AppConnectorSet bool `json:",omitempty"`
PostureCheckingSet bool `json:",omitempty"`
- NetfilterKindSet bool `json:",omitzero"`
- DriveSharesSet bool `json:",omitzero"`
- RelayServerPortSet bool `json:",omitzero"`
+ NetfilterKindSet bool `json:",omitempty"`
+ DriveSharesSet bool `json:",omitempty"`
+ RelayServerPortSet bool `json:",omitempty"`
StaticEndpointsSet bool `json:",omitzero"`
}