aboutsummaryrefslogtreecommitdiff
path: root/client.go
AgeCommit message (Expand)Author
2024-03-21all: replace module "share" with "pakakeh.go"Shulhan
2024-02-04all: apply recommendation from linter reviveShulhan
2023-09-23go.mod: update all dependencies and set Go mod version to 1.20Shulhan
2023-04-01all: update go doc commentsShulhan
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-22all: implement HTTP API to fetch list of block.dShulhan
2022-05-22all: export and rename the hostsBlock type to BlockdShulhan
2022-05-17cmd/resolver: implement command to delete record on zoneShulhan
2022-05-16all: use consistent parameter name for zone nameShulhan
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: implement command to manage hosts.dShulhan
2022-04-22all: changes the block.d update API request type to x-www-form-urlencodedShulhan
2022-04-21all: implement HTTP API to enable or disable hosts on 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 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