mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
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:
parent
2c1ecb2231
commit
c357e0fea4
2 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
5 January 2021: Wouter
|
5 January 2021: Wouter
|
||||||
- Fix #385: autoconf 2.70 impacts unbound build
|
- 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
|
4 January 2021: Wouter
|
||||||
- For #376: Fix that comm point event is not double removed or double
|
- For #376: Fix that comm point event is not double removed or double
|
||||||
|
|
|
||||||
|
|
@ -167,6 +167,9 @@ usage(void)
|
||||||
printf(" view_local_data_remove view name remove local-data in view\n");
|
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(" view_local_datas_remove view remove list of local-data from view\n");
|
||||||
printf(" one entry per line read from stdin\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("Version %s\n", PACKAGE_VERSION);
|
||||||
printf("BSD licensed, see LICENSE in source package for details.\n");
|
printf("BSD licensed, see LICENSE in source package for details.\n");
|
||||||
printf("Report bugs to %s\n", PACKAGE_BUGREPORT);
|
printf("Report bugs to %s\n", PACKAGE_BUGREPORT);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue