diff options
| author | Shulhan <ms@kilabit.info> | 2022-04-15 01:52:25 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-04-15 01:52:25 +0700 |
| commit | 618ffca939c176b2faea4d18de756d58f1110639 (patch) | |
| tree | 7cc43c0c9a3d7140fe1008775c75b22f4d68f94c /_doc/resolver.adoc | |
| parent | 4d3ab7f49410eb2b774a7c9e25ba10a1efbd1413 (diff) | |
| download | rescached-618ffca939c176b2faea4d18de756d58f1110639.tar.xz | |
all: implement sub command to remove caches by domain name
The "caches" command accept second sub command "remove" that accept
single domain name to be removed from caches.
This changes affect the HTTP API for caches delete to return the removed
answer on the response data.
Diffstat (limited to '_doc/resolver.adoc')
| -rw-r--r-- | _doc/resolver.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_doc/resolver.adoc b/_doc/resolver.adoc index d529394..cee9158 100644 --- a/_doc/resolver.adoc +++ b/_doc/resolver.adoc @@ -108,6 +108,12 @@ Search the domain name in rescached caches. This command can also be used to inspect each DNS message on the caches. -- +caches remove <string>:: ++ +-- +Remove the domain name from rescached caches. +-- + == EXIT STATUS |
