]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #375 and -h output.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Jan 2021 12:43:53 +0000 (13:43 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Jan 2021 12:43:53 +0000 (13:43 +0100)
- Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands
  to unbound-control.

doc/Changelog
smallapp/unbound-control.c

index f48fe64c09ab37200792e5c856810d80a56323b8..a596befee8b34c11e9e5a318b30ad12f824751a1 100644 (file)
@@ -1,5 +1,7 @@
 5 January 2021: Wouter
        - Fix #385: autoconf 2.70 impacts unbound build
+       - Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands
+         to unbound-control.
 
 4 January 2021: Wouter
        - For #376: Fix that comm point event is not double removed or double
index 93281736a12ce2c923e161857ad3833ae6b8559f..d58f1b2f9493f16247910eb1e9aed781e332afdd 100644 (file)
@@ -167,6 +167,9 @@ usage(void)
        printf("  view_local_data_remove view name      remove local-data in view\n");
        printf("  view_local_datas_remove view          remove list of local-data from view\n");
        printf("                                        one entry per line read from stdin\n");
+       printf("  rpz_enable zone               Enable the RPZ zone if it had previously\n");
+       printf("                                been disabled\n");
+       printf("  rpz_disable zone              Disable the RPZ zone\n");
        printf("Version %s\n", PACKAGE_VERSION);
        printf("BSD licensed, see LICENSE in source package for details.\n");
        printf("Report bugs to %s\n", PACKAGE_BUGREPORT);