Skip to content

Releases: doxx/darkflare

darkflare-1.1.0

27 Nov 18:40
Compare
Choose a tag to compare

TLS and Session ID Improvements

  • Added detailed TLS debugging information including:

    • Client handshake details
    • Connection state changes
    • TLS version and cipher negotiations
    • SNI hostname requests
    • ALPN protocol selection
  • Enhanced session ID handling:

    • Added support for Cloudflare headers (Cf-Ray)
    • Fallback to Cf-Connecting-Ip if needed
    • Maintained backward compatibility with X-Ephemeral
    • Improved error messaging for missing session IDs
  • Improved TLS configuration:

    • Added explicit version range (TLS 1.2 - 1.3)
    • Added HTTP/2 support via ALPN
    • Added SNI certificate handling
    • Removed unnecessary cipher restrictions
  • Enhanced debug logging:

    • Added connection state tracking
    • Added detailed header logging
    • Added TLS configuration details at startup
    • Added client capability logging

darkflare-1.0.2

27 Nov 17:23
Compare
Choose a tag to compare

Many updates, some error handling, better debug output.

What's Changed

New Contributors

  • @IljaN made their first contribution in #2

Full Changelog: v1.0.0.1...v1.0.2

darkflare-1.0.1

20 Nov 21:24
Compare
Choose a tag to compare

Needed some updates and fixes.

darkflare-1.0.0

20 Nov 20:26
Compare
Choose a tag to compare

First release of the darkflare application. Please report use cases and bugs.