index
:
rescached
dev
dev-telemetry
main
DNS resolver cache daemon, DNS server with caches support.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
resolver
Age
Commit message (
Expand
)
Author
2023-04-01
all: update go doc comments
Shulhan
2022-06-09
all: change the HTTP API to update hosts in block.d
Shulhan
2022-05-22
all: use the exported Blockd type instead of interface{}
Shulhan
2022-05-22
cmd/resolver: implement command to list hosts in block.d
Shulhan
2022-05-22
cmd/resolver: add command to print the program version
Shulhan
2022-05-22
cmd/resolver: changes the help flag to command
Shulhan
2022-05-22
all: simplify cmd/resolver documentation
Shulhan
2022-05-17
cmd/resolver: implement command to delete record on zone
Shulhan
2022-05-16
cmd/resolver: implement command to get records on zone
Shulhan
2022-05-16
cmd/resolver: add command to fetch and print all zones
Shulhan
2022-05-15
cmd/resolver: implement command to add new record to zone
Shulhan
2022-05-14
cmd/resolver: implement command to create and delete zone file
Shulhan
2022-05-14
all: update documentation for resolver
Shulhan
2022-05-13
cmd/resolver: implement command to delete record on hosts file
Shulhan
2022-05-11
cmd/resolver: implement command to add new record to hosts file
Shulhan
2022-04-24
cmd/resolver: move handling command env to resolver
Shulhan
2022-04-24
cmd/resolver: simplify handling command "caches"
Shulhan
2022-04-24
cmd/resolver: simplify method to handle block.d command
Shulhan
2022-04-24
cmd/resolver: implement command to manage hosts.d
Shulhan
2022-04-21
cmd/resolver: implement command to disable or enable hosts in block.d
Shulhan
2022-04-20
cmd/resolver: implement command to update block.d hosts by its name
Shulhan
2022-04-16
cmd/resolver: implement sub command to update environment
Shulhan
2022-04-16
cmd/resolver: implement command to fetch and print server environment
Shulhan
2022-04-15
cmd/resolver: check for number of answer when processing query
Shulhan
2022-04-15
cmd/resolver: replace populateQueries with lib/net ResolvConf
Shulhan
2022-04-15
all: implement API to remove all caches
Shulhan
2022-04-15
cmd/resolver: print the Answer ReceivedAt and AccessedAt from now
Shulhan
2022-04-15
all: implement sub command to remove caches by domain name
Shulhan
2022-04-15
cmd/resolver: implement command to search the caches
Shulhan
2022-04-14
cmd/resolver: implement caches command
Shulhan
2022-04-14
cmd/resolver: refactor the resolver as client of DNS and rescached
Shulhan
2022-04-12
cmd/resolver: use dns.NewClient to create new client
Shulhan
2022-03-15
all: change the rescached license to GPL 3.0 or later
Shulhan
2021-12-27
cmd/resolver: realign struct options
Shulhan
2021-12-04
all: sync with latest share module
Shulhan
2021-11-14
cmd/resolver: fix redundant new lines
Shulhan
2020-08-17
all: implement web UI to manage master zone files
Shulhan
2019-12-26
cmd: fix formatting arguments
Shulhan
2019-10-18
resolver: print the usage with examples
Shulhan
2019-10-17
resolver: allow "ns" option to query DNS over TLS and HTTPS
Shulhan
2019-07-05
all: refactoring with latest update on dns package
Shulhan
2019-03-02
cmd/resolver: generate unique request ID
Shulhan
2019-01-26
all: fix capitalized errors string
Shulhan
2019-01-26
cmd/resolver: simplify if-else condition on main
Shulhan
2018-11-30
cmd/resolver: remove options instance from global variable
Shulhan
2018-11-30
cmd/resolver: remove unneeded string conversion on populateQueries
Shulhan
2018-11-30
options: realign struct sizes
Shulhan
2018-09-25
cmd/resolver: add option to query name using DNS over HTTP
Shulhan
2018-09-08
cmd/resolver: log non success response code
Shulhan
2018-09-06
cmd/resolver: use map of type and class from package lib/dns
Shulhan
[next]