diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-17 23:39:10 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-05-17 23:51:00 +0700 |
| commit | bb08b5bb6ad6cf3e1c409db7d69ace4364e7bc8d (patch) | |
| tree | 5fed4b58027ada9acafb5af0795e2acc1868325d /_sys | |
| parent | be96c68a070474364690f0655b26dc8823eea293 (diff) | |
| download | rescached-bb08b5bb6ad6cf3e1c409db7d69ace4364e7bc8d.tar.xz | |
cmd/resolver: implement command to delete record on zone
Given the following command
$ resolver zone.d rr delete <zone> <"@" | subdomain> <type> <class> <value>
It will delete the record in zone by given subdomain, type, class, and
value.
Diffstat (limited to '_sys')
| -rw-r--r-- | _sys/usr/share/man/man1/resolver.1.gz | bin | 3508 -> 3596 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/_sys/usr/share/man/man1/resolver.1.gz b/_sys/usr/share/man/man1/resolver.1.gz Binary files differindex a3b628c..38963de 100644 --- a/_sys/usr/share/man/man1/resolver.1.gz +++ b/_sys/usr/share/man/man1/resolver.1.gz |
