index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dns
/
funcs.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-03-25
lib/dns: fix all lint warnings suggested by revive and fieldalignment
Shulhan
2022-05-12
all: rewrite all codes to use "var" instead of ":="
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-11-16
lib/dns: refactoring, change signature of client Lookup
Shulhan
2021-11-14
lib/dns: refactoring, introduce new type RecordClass
Shulhan
2021-11-14
lib/dns: refactoring, create type RecordType to represent type of RR
Shulhan
2021-11-13
lib/dns: remove unnecessary string convertion
Shulhan
2020-08-15
dns: refactoring the ResourceRecord values from []byte to string
Shulhan
2020-08-03
dns: refactoring resource record fields
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-05-21
dns: use the "lib/net" package to reverse the IPv6 address
Shulhan
2019-05-17
dns: add function to lookup PTR record by IP address
Shulhan
2019-04-12
dns: move the ParseNameServers function to file funcs
Shulhan
2019-02-07
dns: add function to get list of system name servers
Shulhan