Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Releases: zhuhaow/NEKit

0.5.0

10 Sep 07:31
Compare
Choose a tag to compare
- Added test.
- Support for SOCKS5 adapter.

- Fixed a bug when `IPRange` handling IP range with `/32`.

0.4.2

03 Sep 04:38
Compare
Choose a tag to compare
- GeoIP now returns `nil` if input is not a valid IP address, so it is distinguishable from a failed search.

0.4.1

03 Sep 03:38
Compare
Choose a tag to compare
- `ShadowsocksAdapter` works correctly with IP-based request now.
- `HTTPHeader` parses header incorrectly when the header is non-CONNECT with a non default(80) port.

- Now all encryption methods are represented in uppercase.

[0.4.0]

02 Sep 03:26
Compare
Choose a tag to compare
- Many things are now exposed as `public`.
- Some meta-parameters can be set in `Opt`.

- Support to reject request.

0.3.1

23 Aug 12:11
Compare
Choose a tag to compare
Fix a potential memory leakage

0.3.0: - Proxy server can listen on port without specific IP address.

23 Aug 11:10
Compare
Choose a tag to compare
- IPv4Address will return `nil` when initialize with an invalid IP address string.
- `ListRule` is renamed to `DomainListRule`.

- DNS server will only process A queries and return others intact.

- Support for IP range list matching rule.

0.2.5: - Many things in `HTTPHeader` and `ConnectRequest` become `public`.

22 Aug 12:37
Compare
Choose a tag to compare
- Refined `description` of many classes.

- The `RuleManager` now triggers events.

0.2.4

21 Aug 15:51
Compare
Choose a tag to compare
- The `ProxyServer.mainProxy` is removed and instead you should set t…

0.2.3: Mark the initializer of RuleManager as public

13 Aug 10:32
Compare
Choose a tag to compare

0.2.2

13 Aug 07:37
Compare
Choose a tag to compare
Fix shadowsocks adapter. Update ASAP.