diff --git a/doc/Changelog b/doc/Changelog index f48fe64c0..a596befee 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/smallapp/unbound-control.c b/smallapp/unbound-control.c index 93281736a..d58f1b2f9 100644 --- a/smallapp/unbound-control.c +++ b/smallapp/unbound-control.c @@ -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);