Skip to content

5.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:53
3eff5be

What's new:

  • Bugfix for proxy mode failing to start tunnel
  • Improved foreground service start reliability

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

  • 3d076b9 - service foreground start and recovery for tunnel and companion service (commit by @zaneschepke)
  • 3a89f2a - standard proxy should not try to protect socket if bypass not set (commit by @zaneschepke)

🔧 Chores