summaryrefslogtreecommitdiff
path: root/lib/dns/testdata
AgeCommit message (Expand)Author
2025-01-17lib/dns: detect invalid header earlierShulhan
2025-01-15lib/dns: fix unpacking resource data on HTTPS recordShulhan
2024-04-12lib/dns: fix packing and unpacking OPT recordShulhan
2024-04-03lib/dns: fix unpacking ipv4hint on SVCB recordShulhan
2024-03-26lib/dns: implements RFC 9460 for SVCB RR and HTTPS RRShulhan
2023-08-06lib/dns: use Zone as single source of truth when parsingShulhan
2023-08-06lib/dns: make sure that the zone Origin always end with periodShulhan
2023-08-06lib/dns: add method AddAuthority to MessageShulhan
2023-08-05lib/dns: update the SOA Serial when record added or removed from ZoneShulhan
2023-08-05lib/dns: always initialize the Zone SOA record to default valuesShulhan
2023-05-18lib/dns: fix zone parsing on SOA record with single lineShulhan
2023-04-04lib/bytes: changes the DumpPrettyTable output formatShulhan
2023-03-26lib/dns: fix packing, parsing, and saving MINFO resource dataShulhan
2023-03-26lib/dns: fix packing and unpacking resource record HINFOShulhan
2023-03-25lib/dns: fix parsing SRV record from zone fileShulhan
2023-03-25lib/dns: allow parsing TXT rdata without quote in zone fileShulhan
2023-03-23lib/dns: handle zone file with CRLF line endingShulhan
2023-03-23lib/dns: add function ParseZoneShulhan
2019-05-17dns: add function to lookup PTR record by IP addressShulhan
2019-04-12dns: refactor server to use cachesShulhan
2019-02-07dns: add function to get list of system name serversShulhan
2018-09-25lib/dns: implement client and server for DNS over HTTPSShulhan
2018-09-03lib/dns: implement parsing master files (RFC1035 section 5)Shulhan
2018-08-29lib/dns: HostsLoad: simplify parsing with lib/readerShulhan
2018-08-26lib/dns: fix loading hosts fileShulhan
2018-08-21lib/dns: add function to parse hosts formatted file into DNS messagesShulhan