Skip to content

Commit

Permalink
fixup! Wire up Mullvad Encrypted DNS proxy in mullvad-api
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 18, 2024
1 parent 3cfdd08 commit 22d6063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mullvad-api/src/https_client_with_sni.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ enum InnerConnectionMode {
Socks5(SocksConfig),
/// Connect to the destination via Mullvad Encrypted DNS proxy.
/// See [`mullvad-encrypted-dns-proxy`] for how the proxy works.
#[allow(dead_code)] // TODO: Remove this allow
EncryptedDnsProxy(mullvad_encrypted_dns_proxy::config::ProxyConfig),
}

Expand Down

0 comments on commit 22d6063

Please sign in to comment.