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
/
server_options.go
Age
Commit message (
Expand
)
Author
2026-03-26
lib/dns: refactoring DoT and DoH to use address instead of port
Shulhan
2026-02-02
lib/dns: remove DebugLevelDNS
Shulhan
2026-02-02
lib/dns: add option to set hook on server when receiving answer
Shulhan
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
2024-02-04
lib/dns: change the log mechanism by mode instead of by level
Shulhan
2023-05-20
lib/dns: add option to set debug level in ServerOptions
Shulhan
2022-08-03
lib/dns: add field SOA to the ServerOptions
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: realign all struct fields
Shulhan
2021-11-13
lib/dns: make the TCP forwarders as complementary of UDP
Shulhan
2021-11-13
lib/dns: remove the fallback name servers (NS) from server options
Shulhan
2021-11-13
lib/dns: use snake case for file naming
Shulhan
2019-04-12
dns: rename "server_options" to "serveroptions"
Shulhan
2019-01-29
lib/dns: uncapitalized the first letter of error messages
Shulhan
2018-11-30
all: realigned some struct to minimize the size on memory
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-09-27
lib/dns: add field Kind to request
Shulhan
2018-09-25
lib/dns: add type server options to configure server
Shulhan