This website requires JavaScript.
Explore
Docs
Blog
Community
Main Website
Help
Sign In
push.rocks
/
smartdns
Watch
2
Star
0
Fork
0
You've already forked smartdns
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
smartdns
/
test
History
Philipp Kunz
2b97dffb47
fix(dnsserver): Enable multiple DNS record support by removing the premature break in processDnsRequest. Now the DNS server aggregates answers from all matching handlers for NS, A, and TXT records, and improves NS record serialization for DNSSEC.
2025-05-30 17:09:02 +00:00
..
test.client.ts
fix(dns-client): Improve test assertions for DNS record queries and correct counter increment logic in DNS client
2025-05-27 12:15:17 +00:00
test.multiplerecords.fixed.ts
fix(dnsserver): Enable multiple DNS record support by removing the premature break in processDnsRequest. Now the DNS server aggregates answers from all matching handlers for NS, A, and TXT records, and improves NS record serialization for DNSSEC.
2025-05-30 17:09:02 +00:00
test.multiplerecords.simple.ts
fix(dnsserver): Enable multiple DNS record support by removing the premature break in processDnsRequest. Now the DNS server aggregates answers from all matching handlers for NS, A, and TXT records, and improves NS record serialization for DNSSEC.
2025-05-30 17:09:02 +00:00
test.multiplerecords.ts
fix(dnsserver): Enable multiple DNS record support by removing the premature break in processDnsRequest. Now the DNS server aggregates answers from all matching handlers for NS, A, and TXT records, and improves NS record serialization for DNSSEC.
2025-05-30 17:09:02 +00:00
test.server.ts
fix(test/server): Fix force cleanup in DNS server tests by casting server properties before closing sockets
2025-05-28 19:55:01 +00:00