summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2021-12-27cmd/resolver: realign struct optionsShulhan
2021-12-27cmd/rescached: add command "embed" and to run in development modeShulhan
2021-12-19all: refactoring Server initializationShulhan
2021-12-04all: sync with latest share moduleShulhan
2021-11-14all: remove using tcp scheme in config and documentationShulhan
2021-11-14cmd/resolver: fix redundant new linesShulhan
2021-01-26Release rescached v4.0.0 (2021-01-25)v4.0.0Shulhan
2021-01-25rescached: set tls.allow_insecure option to trueShulhan
2021-01-24all: update the configurations and expired certificatesShulhan
2021-01-12all: update with latest share modulesShulhan
2020-09-07rescached.cfg.test: add configuration to test in developmentShulhan
2020-09-07rescached.cfg: set default parent to DNS over TLSShulhan
2020-09-06cmd/rescached: set default debug level to 0Shulhan
2020-09-02resolverbench: check all answers value before printing unmatched responseShulhan
2020-08-25cmd/resolverbench: update with latest changes on lib/dnsShulhan
2020-08-17all: implement web UI to manage master zone filesShulhan
2020-07-26cmd/rescached: add option to set address of web user interfaceShulhan
2020-07-26all: implement UI to create, update, delete hosts file in hosts.dShulhan
2020-07-26all: store the loaded hosts and master filesShulhan
2020-07-26cmd/rescached: add ": " to the log prefixShulhan
2020-07-26all: use log.SetPrefix to prefix the log outputShulhan
2020-07-26all: add user interface to configure source of hosts blockShulhan
2020-07-26all: implement the user interface to change configurationShulhan
2020-07-26cmd/rescached: move parsing config file to rescached packageShulhan
2020-07-26cmd/rescached: remove documentation on rescached.cfgShulhan
2020-05-09cmd/rescached: simplify the main flowShulhan
2019-12-26cmd: fix formatting argumentsShulhan
2019-10-25cmd/rescached: exit with status 1 when rescached Start errorShulhan
2019-10-18resolver: print the usage with examplesShulhan
2019-10-17resolver: allow "ns" option to query DNS over TLS and HTTPSShulhan
2019-10-17rescached: support serving and forwarding DNS over TLSShulhan
2019-10-16all: refactoring configuration fileShulhan
2019-10-04cmd/rescached: handle panic using recoverShulhan
2019-09-29rescached: add example of server parent with DNS over HTTPSShulhan
2019-09-29all: remove the usage of writing PID fileShulhan
2019-09-10go.mod: preparing release for v3Shulhan
2019-07-09cmd/rescached: remove unused parameter on debugRuntimeShulhan
2019-07-09cmd/rescached: remove ununsed return error on parsing parent nameserversShulhan
2019-07-09cmd/rescached: change config flag from "-f" to "-config"Shulhan
2019-07-09cmd/rescached: make loading configuration file as optionalShulhan
2019-07-05all: refactoring with latest update on dns packageShulhan
2019-04-08go.mod: update dependencyShulhan
2019-03-02cmd/resolver: generate unique request IDShulhan
2019-03-02cacheworker: remove method update()Shulhan
2019-02-01cmd/rescached: write heap profile when debugging runtimeShulhan
2019-01-29cmd/rescached: add function to debug runtime memory allocationShulhan
2019-01-29rescached: move loading system hosts file to cmd/rescachedShulhan
2019-01-29all: change default parent nameservers to Cloudflare DNSShulhan
2019-01-29rescached: check and initialize options with default value if its invalidShulhan
2019-01-28cmd/rescached: move loading hosts and master directory to libraryShulhan