aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2019-01-28all: fix the example certificate and key for DNS over HTTPSShulhan
2019-01-26all: fix capitalized errors stringShulhan
2019-01-26cmd/resolver: simplify if-else condition on mainShulhan
2019-01-26cmd/rescached: add package name to non-importable packagesShulhan
2019-01-26options: set default listen address to loopback address and timeout to 5Shulhan
2019-01-26cmd/rescached: remove type config, use rescached.Options directlyShulhan
2018-11-30cmd/resolver: remove options instance from global variableShulhan
2018-11-30cmd/rescached: minimize global variablesShulhan
2018-11-30cmd/resolver: remove unneeded string conversion on populateQueriesShulhan
2018-11-30options: realign struct sizesShulhan
2018-11-30all: remove unused _responsePool variable and function allocMessage()Shulhan
2018-09-29Set default cache prune delay to one hourShulhan
2018-09-29make: install an example of certificate filesShulhan
2018-09-27Replace debug level variable with debug packageShulhan
2018-09-27Refactoring DNS over HTTPS (DoH)Shulhan
2018-09-26Add option to allow insecure connection to DoH serverShulhan
2018-09-26cmd/rescached: fix DoH parents not set to default if its emptyShulhan
2018-09-25cmd/resolver: add option to query name using DNS over HTTPShulhan
2018-09-25Implement DNS over HTTPS for server and forwarderShulhan
2018-09-11Implement subscriber integration with openresolvShulhan
2018-09-08cmd/resolver: log non success response codeShulhan
2018-09-08cmd/resolverbench: compute elapsed timeShulhan
2018-09-07cmd/rescached: minimize function parameter by storing ini object in configShulhan
2018-09-07cmd/rescached: remove write timeout on pprofShulhan
2018-09-07cmd/rescached: change the hosts directory key on configShulhan
2018-09-07cmd/rescached: close opened file descriptor after opening directoryShulhan
2018-09-06cmd/rescached: load master file from directoryShulhan
2018-09-06cmd/resolver: use map of type and class from package lib/dnsShulhan
2018-09-06cmd/resolver: fix missing port in address when parsing name serverShulhan
2018-09-05Implement loading master files from directoryShulhan
2018-09-05Add message poolShulhan
2018-09-03Update dependenciesShulhan
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-29Add command line to benchmark DNS request and response with hot cachesShulhan
2018-08-29Set debug level 0 to log startup and error messagesShulhan
2018-08-28cmd/resolver: handle domain, search and options from resolv.confShulhan
2018-08-28[chore] Formatting outputShulhan
2018-08-27[chore] Remove unused variablesShulhan
2018-08-27cmd/resolver: command line interface to query hostname (as in dig)Shulhan
2018-08-26cmd/rescached: update default prune delay to 5m and threshold to 1hShulhan
2018-08-26cmd/rescached: allow custom profiling address through environment variableShulhan
2018-08-26cmd/rescached: split creating rescached server into functionShulhan
2018-08-26cmd/rescached: disable loading hosts dir if its emptyShulhan
2018-08-26cmd/rescached: add flag "-f" for loading custom configurationShulhan
2018-08-26Implement cache pruning using time aware least recently usedShulhan
2018-08-25Move caches as field of rescached serverShulhan
2018-08-25Use package lib/net for network typeShulhan
2018-08-25Use package lib/net to parse address to UDPAddrShulhan
2018-08-24Rename repository to rescached-goShulhan