Changelog note for #375 and -h output.

- Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands
  to unbound-control.
This commit is contained in:
W.C.A. Wijngaards 2021-01-05 13:43:53 +01:00
parent 2c1ecb2231
commit c357e0fea4
2 changed files with 5 additions and 0 deletions

View 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

View 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);