aboutsummaryrefslogtreecommitdiff
path: root/cmd/resolver/main.go
AgeCommit message (Expand)Author
2023-04-01all: update go doc commentsShulhan
2022-05-22cmd/resolver: add command to print the program versionShulhan
2022-05-22cmd/resolver: changes the help flag to commandShulhan
2022-05-22all: simplify cmd/resolver documentationShulhan
2022-05-15cmd/resolver: implement command to add new record to zoneShulhan
2022-05-14cmd/resolver: implement command to create and delete zone fileShulhan
2022-05-14all: update documentation for resolverShulhan
2022-05-13cmd/resolver: implement command to delete record on hosts fileShulhan
2022-05-11cmd/resolver: implement command to add new record to hosts fileShulhan
2022-04-24cmd/resolver: move handling command env to resolverShulhan
2022-04-24cmd/resolver: simplify handling command "caches"Shulhan
2022-04-24cmd/resolver: simplify method to handle block.d commandShulhan
2022-04-24cmd/resolver: implement command to manage hosts.dShulhan
2022-04-21cmd/resolver: implement command to disable or enable hosts in block.dShulhan
2022-04-20cmd/resolver: implement command to update block.d hosts by its nameShulhan
2022-04-16cmd/resolver: implement sub command to update environmentShulhan
2022-04-16cmd/resolver: implement command to fetch and print server environmentShulhan
2022-04-15all: implement API to remove all cachesShulhan
2022-04-15all: implement sub command to remove caches by domain nameShulhan
2022-04-15cmd/resolver: implement command to search the cachesShulhan
2022-04-14cmd/resolver: implement caches commandShulhan
2022-04-14cmd/resolver: refactor the resolver as client of DNS and rescachedShulhan
2022-04-12cmd/resolver: use dns.NewClient to create new clientShulhan
2022-03-15all: change the rescached license to GPL 3.0 or laterShulhan
2020-08-17all: implement web UI to manage master zone filesShulhan
2019-12-26cmd: fix formatting argumentsShulhan
2019-10-18resolver: print the usage with examplesShulhan
2019-10-17resolver: allow "ns" option to query DNS over TLS and HTTPSShulhan
2019-07-05all: refactoring with latest update on dns packageShulhan
2019-03-02cmd/resolver: generate unique request IDShulhan
2019-01-26cmd/resolver: simplify if-else condition on mainShulhan
2018-11-30cmd/resolver: remove options instance from global variableShulhan
2018-11-30cmd/resolver: remove unneeded string conversion on populateQueriesShulhan
2018-09-25cmd/resolver: add option to query name using DNS over HTTPShulhan
2018-09-08cmd/resolver: log non success response codeShulhan
2018-09-06cmd/resolver: fix missing port in address when parsing name serverShulhan
2018-08-30cmd/resolver: fix flag nameserver (ns) overriden by resolv.conf valuesShulhan
2018-08-30cmd/resolver: fix counting number of minimum dotsShulhan
2018-08-28cmd/resolver: handle domain, search and options from resolv.confShulhan
2018-08-28[chore] Formatting outputShulhan
2018-08-27cmd/resolver: command line interface to query hostname (as in dig)Shulhan