aboutsummaryrefslogtreecommitdiff
path: root/_sys/usr
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-05-15 22:57:26 +0700
committerShulhan <ms@kilabit.info>2022-05-15 22:57:26 +0700
commitf21e7c468c4d4479919c4a483451c6672698ab0a (patch)
treede450231be1c96eeb8161f2844baa3879de8b515 /_sys/usr
parentfe92d71726313f54ea91980d40c8ef52872ac1f2 (diff)
downloadrescached-f21e7c468c4d4479919c4a483451c6672698ab0a.tar.xz
cmd/resolver: implement command to add new record to zone
The command has the following signature, zone.d rr add <zone> <"@" | subdomain> <ttl> <type> <class> <value> ...:: The domain name can be set to origin using "@" or empty string, subdomain (without ending with "."), or fully qualified domain name (end with "."). If ttl is set to 0, it will default to 604800 (7 days). List of valid type are A, NS, CNAME, PTR, MX, TXT, and AAAA. List of valid class are IN, CS, HS.
Diffstat (limited to '_sys/usr')
-rw-r--r--_sys/usr/share/man/man1/resolver.1.gzbin2973 -> 3324 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
index 90dbf93..68e19f8 100644
--- a/_sys/usr/share/man/man1/resolver.1.gz
+++ b/_sys/usr/share/man/man1/resolver.1.gz
Binary files differ