3.1 KiB
3.1 KiB
0.1.0-develop.7 (2023-08-04)
Bug Fixes
- we need flag ad and rd on the dns query. rd is to request recursive lookup and ad is to ensure we only get DNSSEC responses (67025f0)
- we need to override the tcp client on the NS icann resolver to pipe connections properly (1a80319)
0.1.0-develop.6 (2023-08-03)
Bug Fixes
- if the ad flag is not set (no dnssec) return an empty result for security (cd571db)
0.1.0-develop.5 (2023-08-02)
Bug Fixes
0.1.0-develop.4 (2023-08-02)
Bug Fixes
- use removeListener (2eef509)
Features
- add dns query api that uses mock sockets and a dedicated hyper proxy for DNS (port 53) requests (d675a44)
0.1.0-develop.3 (2023-07-29)
Features
- add name api (e612211)