aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/funcs.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-03-25lib/dns: fix all lint warnings suggested by revive and fieldalignmentShulhan
2022-05-12all: rewrite all codes to use "var" instead of ":="Shulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-11-16lib/dns: refactoring, change signature of client LookupShulhan
2021-11-14lib/dns: refactoring, introduce new type RecordClassShulhan
2021-11-14lib/dns: refactoring, create type RecordType to represent type of RRShulhan
2021-11-13lib/dns: remove unnecessary string convertionShulhan
2020-08-15dns: refactoring the ResourceRecord values from []byte to stringShulhan
2020-08-03dns: refactoring resource record fieldsShulhan
2019-06-14all: fix nolint formatShulhan
2019-05-21dns: use the "lib/net" package to reverse the IPv6 addressShulhan
2019-05-17dns: add function to lookup PTR record by IP addressShulhan
2019-04-12dns: move the ParseNameServers function to file funcsShulhan
2019-02-07dns: add function to get list of system name serversShulhan