]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- unbound-control list local zone and data commands listed in the
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Mar 2017 16:25:32 +0000 (16:25 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Mar 2017 16:25:32 +0000 (16:25 +0000)
  help output.

git-svn-id: file:///svn/unbound/trunk@4046 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
smallapp/unbound-control.c

index 0fdc51f333c4f9be1d50bb059ad0f97caa24de6c..d071462400bbff807ef0578e376d8653b3dbc49c 100644 (file)
@@ -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.
index 7c25404d35aea246f227848bb50a195b44b93b3a..741058b1bcbd262cd9070c44866baec6218e6944 100644 (file)
@@ -102,6 +102,9 @@ usage(void)
        printf("  local_data <RR data...>       add local data, for example\n");
        printf("                                local_data www.example.com A 192.0.2.1\n");
        printf("  local_data_remove <name>      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 <name>                 print nameservers for name\n");