Skip to content

Commit

Permalink
fixup! Define the built-in access method "Encrypted DNS proxy"
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 18, 2024
1 parent 833b3a0 commit 0aa8358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mullvad-types/src/access_method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ impl Settings {
use std::iter::once;
once(&self.direct)
.chain(once(&self.mullvad_bridges))
.chain(once(&self.encrypted_dns_proxy))
.chain(&self.custom)
}

Expand Down

0 comments on commit 0aa8358

Please sign in to comment.