diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-15 22:57:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-05-15 22:57:26 +0700 |
| commit | f21e7c468c4d4479919c4a483451c6672698ab0a (patch) | |
| tree | de450231be1c96eeb8161f2844baa3879de8b515 /_sys/usr | |
| parent | fe92d71726313f54ea91980d40c8ef52872ac1f2 (diff) | |
| download | rescached-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.gz | bin | 2973 -> 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 Binary files differindex 90dbf93..68e19f8 100644 --- a/_sys/usr/share/man/man1/resolver.1.gz +++ b/_sys/usr/share/man/man1/resolver.1.gz |
