summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/migrations/snapshots
AgeCommit message (Collapse)AuthorFilesLines
2025-10-21Add support for multihop entry filters in daemonKalle Lindström1-0/+57
In the upcoming re-design of select location, separate sets of filters can now be picked for the entry and the exit relays. This commit adds support for that in the relay selector. In order to not affect the current behavior of the desktop and Android apps before the new UI is implemented, the entry filters are set to the same as the exit filters when the relay settings are updated via gRPC.
2025-09-30Add v11 settings migrationTobias Järvelöv1-0/+136
- Renames block_when_disconnected to lockdown_mode - Renames API access methods with non-unique names Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net>