aboutsummaryrefslogtreecommitdiff
path: root/cmd/resolver/resolver.go
AgeCommit message (Expand)Author
2022-06-09all: change the HTTP API to update hosts in block.dShulhan
2022-05-22all: use the exported Blockd type instead of interface{}Shulhan
2022-05-22cmd/resolver: implement command to list hosts in block.dShulhan
2022-05-17cmd/resolver: implement command to delete record on zoneShulhan
2022-05-16cmd/resolver: implement command to get records on zoneShulhan
2022-05-16cmd/resolver: add command to fetch and print all zonesShulhan
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-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-15cmd/resolver: check for number of answer when processing queryShulhan
2022-04-15cmd/resolver: replace populateQueries with lib/net ResolvConfShulhan
2022-04-15cmd/resolver: print the Answer ReceivedAt and AccessedAt from nowShulhan
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