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
/
resolver.go
Age
Commit message (
Expand
)
Author
2023-09-23
cmd/resolver: replace "math/rand" with "crypto/rand"
Shulhan
2023-09-23
go.mod: update all dependencies and set Go mod version to 1.20
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-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-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
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