Skip to content

5.7.4

Latest

Choose a tag to compare

@zaneschepke zaneschepke released this 23 Sep 10:17
5.7.4
5043b26

What's new:

  • Fixes tunnel start failures on 32-bit Android devices (especially Android TV)
  • Fixes tunnel DNS race that can cause DNS leaks for custom tunnel DNS

SHA-256 fingerprints for the 4096-bit signing certificate:

5204d82e766e8aa14dcbb06dc70aebae2bdd812d4d6203cd521a8a685d7d3d80

To verify fingerprint:

apksigner verify --print-certs [path to APK file] | grep SHA-256

Changelog

🐛 Bug Fixes

  • 0629b4d - bump core for amnezia padding fix and tunnel dns network handle race (commit by @zaneschepke)
  • 2a5c49f - bump core to fix 32-bit Android tunnel failures (especially Android TV) (commit by @zaneschepke)

🔧 Chores