diff options
| author | Lee Briggs <lee@leebriggs.co.uk> | 2025-11-06 10:53:24 -0500 |
|---|---|---|
| committer | Lee Briggs <lee@leebriggs.co.uk> | 2025-11-06 10:53:24 -0500 |
| commit | a5c0723a839c1bbad90a24782063d30078433a8f (patch) | |
| tree | 9f66ab9a720073deff58dc388fd9f7a592a16503 /ipn | |
| parent | 3290b0d31a919709c4595cf4d2dcbe0b83733c15 (diff) | |
| download | tailscale-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.go | 6 |
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"` } |
