From 2b9d47ff01610a9fb640f3bc0ba20b85e99866bc Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 9 Mar 2017 16:25:32 +0000 Subject: [PATCH] - unbound-control list local zone and data commands listed in the help output. git-svn-id: file:///svn/unbound/trunk@4046 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 2 ++ smallapp/unbound-control.c | 3 +++ 2 files changed, 5 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 0fdc51f33..d07146240 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,8 @@ - --disable-sha1 disables SHA1 support in RRSIG, so from DNSKEY and DS records. NSEC3 is not disabled. - fake-sha1 test option; print warning if used. To make unit tests. + - unbound-control list local zone and data commands listed in the + help output. 8 March 2017: Wouter - make depend for build dependencies. diff --git a/smallapp/unbound-control.c b/smallapp/unbound-control.c index 7c25404d3..741058b1b 100644 --- a/smallapp/unbound-control.c +++ b/smallapp/unbound-control.c @@ -102,6 +102,9 @@ usage(void) printf(" local_data add local data, for example\n"); printf(" local_data www.example.com A 192.0.2.1\n"); printf(" local_data_remove remove local RR data from name\n"); + printf(" local_zones, local_zones_remove, local_datas, local_datas_remove\n"); + printf(" same, but read list from stdin\n"); + printf(" (one entry per line).\n"); printf(" dump_cache print cache to stdout\n"); printf(" load_cache load cache from stdin\n"); printf(" lookup print nameservers for name\n");