Skip to content

0.17.0

Choose a tag to compare

@bnfy bnfy released this 12 Jul 02:15

Blanc v0.17.0 adds two privacy features that respect the VPN or proxy you already use: WebRTC leak protection and optional encrypted DNS (DoH).

Encrypted DNS hides your DNS lookups from the network in transit to the resolver you choose. It does not hide the sites you visit — destination IPs stay visible to your network — and choosing a provider is a trust decision. Automatic mode upgrades opportunistically and can fall back to unencrypted DNS; only the named-provider and custom positions are strict.

WebRTC leak protection keeps WebRTC from exposing addresses beyond your default connection, with an optional "disable direct UDP" mode for use behind an application proxy.

What's Changed

  • Add /save [folder] slash command by @bnfy in #38
  • Network privacy (M2+M3): WebRTC leak protection + encrypted DNS by @bnfy in #39

Full Changelog: v0.16.0...v0.17.0