aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/server_options.go
AgeCommit message (Expand)Author
2026-03-26lib/dns: refactoring DoT and DoH to use address instead of portShulhan
2026-02-02lib/dns: remove DebugLevelDNSShulhan
2026-02-02lib/dns: add option to set hook on server when receiving answerShulhan
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
2024-02-04lib/dns: change the log mechanism by mode instead of by levelShulhan
2023-05-20lib/dns: add option to set debug level in ServerOptionsShulhan
2022-08-03lib/dns: add field SOA to the ServerOptionsShulhan
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-15lib/dns: realign all struct fieldsShulhan
2021-11-13lib/dns: make the TCP forwarders as complementary of UDPShulhan
2021-11-13lib/dns: remove the fallback name servers (NS) from server optionsShulhan
2021-11-13lib/dns: use snake case for file namingShulhan
2019-04-12dns: rename "server_options" to "serveroptions"Shulhan
2019-01-29lib/dns: uncapitalized the first letter of error messagesShulhan
2018-11-30all: realigned some struct to minimize the size on memoryShulhan
2018-11-29all: fix warning from lintersShulhan
2018-09-27lib/dns: add field Kind to requestShulhan
2018-09-25lib/dns: add type server options to configure serverShulhan