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
/
zone.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-26
lib/dns: implements RFC 9460 for SVCB RR and HTTPS RR
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-11
lib: fix method signature for WriteTo
Shulhan
2023-08-06
lib/dns: fix leaking internal zone
Shulhan
2023-08-06
lib/dns: changes the return key on LoadZoneDir
Shulhan
2023-08-06
lib/dns: use Zone as single source of truth when parsing
Shulhan
2023-08-06
lib/dns: set the Zone Path in ParseZoneFile
Shulhan
2023-08-06
lib/dns: make sure that the zone Origin always end with period
Shulhan
2023-08-06
lib/dns: rename Zone field Name to Origin
Shulhan
2023-08-05
lib/dns: merge the ZoneRecords methods to Zone
Shulhan
2023-08-05
lib/dns: update the SOA Serial when record added or removed from Zone
Shulhan
2023-08-05
lib/dns: always initialize the Zone SOA record to default values
Shulhan
2023-03-26
lib/dns: fix packing, parsing, and saving MINFO resource data
Shulhan
2023-03-26
lib/dns: remove unnecessary HasSuffix
Shulhan
2023-03-23
lib/dns: add function ParseZone
Shulhan
2023-03-22
lib/dns: make sure zone origin always end with dot
Shulhan
2023-03-22
lib/dns: add method WriteTo to Zone
Shulhan
2023-03-22
lib/dns: change the parameter of newZoneParser
Shulhan
2022-05-16
lib/dns: disable JSON marshaling Zone Records field
Shulhan
2022-05-16
lib/dns: change the Zone SOA field type from ResourceRecord to RDataSOA
Shulhan
2022-05-14
lib/dns: export the zoneRecords type
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-15
lib/dns: refactoring ZoneFile into Zone
Shulhan