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
/
hosts_file.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-04-09
lib/dns: refactoring ParseHostsFile using lib/bytes#Parser
Shulhan
2022-05-12
all: rewrite all codes to use "var" instead of ":="
Shulhan
2022-05-12
lib/dns: return the deleted record on HostsFile RemoveRecord
Shulhan
2022-04-25
lib/dns: add method to get the record in HostsFile by name and/or value
Shulhan
2021-11-15
lib/dns: realign all struct fields
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
2020-09-06
dns: add method to append and remove record in hosts file
Shulhan
2020-09-06
dns: export function to get query type by address value
Shulhan
2020-09-02
dns: convert the hostname to lowercase when parsing hosts file
Shulhan
2020-08-25
dns: re-export the path field on HostsFile and ZoneFile
Shulhan
2020-08-23
dns: set RR type from value of address when parsing hosts file
Shulhan
2020-08-23
dns: change the HostsFile Messages to list of ResourceRecord
Shulhan
2020-07-26
dns: add method to create Message from hostname and list of addresses
Shulhan
2020-07-26
dns: rename hosts to hosts_file
Shulhan