This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
Releases: zhuhaow/NEKit
Releases · zhuhaow/NEKit
0.7.3
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.
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.4
0.5.3: ## Fixed
- SOCKS5 proxy now can correctly process IPv6 requests. Thx yarshure.
0.5.2
0.5.1: - Now one can initailize a `Port` by an integer directly.
- The interface of `Port` is refined. - Now SOCKS5 proxy response with `BND.ADDR = 0x00, 0x00, 0x00, 0x00` and `BND.PORT = 0`. - SOCKS5 proxy now handles client which supports more than one method.