Remove Google's resolvers from encrypted DNS proxy

This commit is contained in:
Emīls 2025-01-28 11:16:30 +01:00
parent df3012181c
commit d412252002
4 changed files with 9 additions and 5 deletions

View File

@ -42,6 +42,9 @@ Line wrap the file at 100 chars. Th
- Fix daemon ending up in blocked state if the user toggled split tunneling without having granted - Fix daemon ending up in blocked state if the user toggled split tunneling without having granted
Full Disk Access to `mullvad-daemon`. This could only ever be accomplished from the CLI. Full Disk Access to `mullvad-daemon`. This could only ever be accomplished from the CLI.
### Removed
- Remove Google's resolvers from encrypted DNS proxy.
## [2025.2] - 2025-01-08 ## [2025.2] - 2025-01-08
### Fixed ### Fixed

View File

@ -22,7 +22,8 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities. * **Security**: in case of vulnerabilities.
## [Unreleased] ## [Unreleased]
### Removed
- Remove Google's resolvers from encrypted DNS proxy.
## [android/2024.10-beta2] - 2024-12-20 ## [android/2024.10-beta2] - 2024-12-20

View File

@ -24,10 +24,14 @@ Line wrap the file at 100 chars. Th
## Unreleased ## Unreleased
### Fixed ### Fixed
- Broken DAITA settings view on iOS 15. - Broken DAITA settings view on iOS 15.
### Changed ### Changed
- Move changelog to settings and add an in-app notification banner for app update. - Move changelog to settings and add an in-app notification banner for app update.
- Add different themes for app icons - Add different themes for app icons
### Removed
- Remove Google's resolvers from encrypted DNS proxy.
## [2025.1 - 2025-01-14] ## [2025.1 - 2025-01-14]
### Added ### Added
- Update to DAITA v2 - now machines are provided by relays dynamically instead - Update to DAITA v2 - now machines are provided by relays dynamically instead

View File

@ -47,10 +47,6 @@ pub fn default_resolvers() -> Vec<Nameserver> {
name: "one.one.one.one".to_owned(), name: "one.one.one.one".to_owned(),
addr: vec!["1.1.1.1".parse().unwrap(), "1.0.0.1".parse().unwrap()], addr: vec!["1.1.1.1".parse().unwrap(), "1.0.0.1".parse().unwrap()],
}, },
Nameserver {
name: "dns.google".to_owned(),
addr: vec!["8.8.8.8".parse().unwrap(), "8.8.4.4".parse().unwrap()],
},
Nameserver { Nameserver {
name: "dns.quad9.net".to_owned(), name: "dns.quad9.net".to_owned(),
addr: vec![ addr: vec![