NEKit v0.7.3 Release Notes

  • 🔄 Changed

    • DirectAdapterSocket and SpeedAdapter will disconnect when the request host is IPv6 address.
    • 👍 GeoIP now also supports IPv6 address.
    • It's possible to match to a domain exactly now in DomainRuleList.

    🛠 Fixed

    • NWTCPSocket will not crash if disconnect is called before connectTo.
    • Hashing of IPv4Address might overflow on 32bit machines.
    • 📜 Error when parsing HTTP header with ":" in the value.