mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #1206: Some view-related commands are missing from 'unbound-control -h'
git-svn-id: file:///svn/unbound/trunk@3986 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
ef80a99397
commit
8e23542b85
3 changed files with 10 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
12 January 2017: Wouter
|
12 January 2017: Wouter
|
||||||
- Fix to also block meta types 128 through to 248 with formerr.
|
- Fix to also block meta types 128 through to 248 with formerr.
|
||||||
|
- Fix #1206: Some view-related commands are missing from 'unbound-control -h'
|
||||||
|
|
||||||
9 January 2017: Wouter
|
9 January 2017: Wouter
|
||||||
- Fix #1202: Fix code comment that packed_rrset_data is not always
|
- Fix #1202: Fix code comment that packed_rrset_data is not always
|
||||||
|
|
|
||||||
|
|
@ -295,6 +295,9 @@ ips are dropped before checking the cache.
|
||||||
.B view_local_zone_remove \fIview\fR \fIname
|
.B view_local_zone_remove \fIview\fR \fIname
|
||||||
\fIlocal_zone_remove\fR for given view.
|
\fIlocal_zone_remove\fR for given view.
|
||||||
.TP
|
.TP
|
||||||
|
.B view_list_local_data \fIview\fR
|
||||||
|
\fIlist_local_data\fR for given view.
|
||||||
|
.TP
|
||||||
.B view_local_data \fIview\fR \fIRR data...
|
.B view_local_data \fIview\fR \fIRR data...
|
||||||
\fIlocal_data\fR for given view.
|
\fIlocal_data\fR for given view.
|
||||||
.TP
|
.TP
|
||||||
|
|
|
||||||
|
|
@ -126,6 +126,12 @@ usage(void)
|
||||||
printf(" ratelimit_list [+a] list ratelimited domains\n");
|
printf(" ratelimit_list [+a] list ratelimited domains\n");
|
||||||
printf(" ip_ratelimit_list [+a] list ratelimited ip addresses\n");
|
printf(" ip_ratelimit_list [+a] list ratelimited ip addresses\n");
|
||||||
printf(" +a list all, also not ratelimited\n");
|
printf(" +a list all, also not ratelimited\n");
|
||||||
|
printf(" view_list_local_zones view list local-zones in view\n");
|
||||||
|
printf(" view_list_local_data view list local-data RRs in view\n");
|
||||||
|
printf(" view_local_zone view name type add local-zone in view\n");
|
||||||
|
printf(" view_local_zone_remove view name remove local-zone in view\n");
|
||||||
|
printf(" view_local_data view RR.. add local-data in view\n");
|
||||||
|
printf(" view_local_data_remove view name remove local-data in view\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