diff options
| author | Fran Bull <fran@tailscale.com> | 2024-09-25 09:00:38 -0700 |
|---|---|---|
| committer | Fran Bull <fran@tailscale.com> | 2024-09-25 09:00:38 -0700 |
| commit | 28a0c21d8b1d0efd25fe6eca62dbe7210d646dec (patch) | |
| tree | ae58b4647ea91795f147551ac9320c353a6b3147 /ipn/prefs.go | |
| parent | 781fd03f27cef976ebe6256d449aebc5a8fffc9a (diff) | |
| download | tailscale-fran/natc-consensus-prototype.tar.xz tailscale-fran/natc-consensus-prototype.zip | |
remove clusterPeers and use peers and tags to find peersfran/natc-consensus-prototype
Diffstat (limited to 'ipn/prefs.go')
| -rw-r--r-- | ipn/prefs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipn/prefs.go b/ipn/prefs.go index fa983ce59..6733327cc 100644 --- a/ipn/prefs.go +++ b/ipn/prefs.go @@ -329,6 +329,7 @@ type MaskedPrefs struct { ProfileNameSet bool `json:",omitempty"` AutoUpdateSet AutoUpdatePrefsMask `json:",omitempty"` AppConnectorSet bool `json:",omitempty"` + NatConnectorSet bool `json:",omitempty"` PostureCheckingSet bool `json:",omitempty"` NetfilterKindSet bool `json:",omitempty"` DriveSharesSet bool `json:",omitempty"` |
