Jonathan Nobels

Results 8 comments of Jonathan Nobels

The secret sauce here is kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly when saving keys which prevents them from being included in iCloud backups. We may need to write some code to migrate all existing entries...

The "simple" fix for this, is to prevent our keychain entries from getting restored to a different device. This fixes the problems of duplicate nodes, but is arguably slightly user-hostile...

It doesn't appear to be broken, but it can throw errors. I verified that it still works (at least for the happy path on 1.69). The likely cause for this...

We've pushed a potential fix for this to macOS, iOS and tvOS unstable v1.81.135.

This should be resolved as of 1.82.0

Force killing the app won't prevent actions from running. There is a bug here where we're unable to fetch the required credentials to check the tailnet status when cold-launching directly...

I've tested this extensively on macOS, and it reduces the number of rebinds by about half when you're moving between NICs. Windows and Linux, not at all yet - @cmol...