diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-05-10 20:48:53 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-05-10 20:48:53 +0000 |
commit | c2a80056864d6eda0398fd127dc0ae515b39752b (patch) | |
tree | 92e6196ae61df0fa7e4db654f78dfd837cc41826 /smallapp/unbound-control.c | |
parent | 5a33598e88ad8fbc0affa74dee0a2d8cc4010fbc (diff) |
unbound: Vendor import 1.20.0vendor/unbound/1.20.0
Release notes at
https://www.nlnetlabs.nl/news/2024/May/08/unbound-1.20.0-released/
Security: The DNSBomb vulnerability CVE-2024-33655
Diffstat (limited to 'smallapp/unbound-control.c')
-rw-r--r-- | smallapp/unbound-control.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/smallapp/unbound-control.c b/smallapp/unbound-control.c index c4f730061966..57b0787dbeeb 100644 --- a/smallapp/unbound-control.c +++ b/smallapp/unbound-control.c @@ -150,12 +150,13 @@ usage(void) printf(" list_local_data list local-data RRs in use\n"); printf(" insecure_add zone add domain-insecure zone\n"); printf(" insecure_remove zone remove domain-insecure zone\n"); - printf(" forward_add [+i] zone addr.. add forward-zone with servers\n"); + printf(" forward_add [+it] zone addr.. add forward-zone with servers\n"); printf(" forward_remove [+i] zone remove forward zone\n"); - printf(" stub_add [+ip] zone addr.. add stub-zone with servers\n"); + printf(" stub_add [+ipt] zone addr.. add stub-zone with servers\n"); printf(" stub_remove [+i] zone remove stub zone\n"); printf(" +i also do dnssec insecure point\n"); printf(" +p set stub to use priming\n"); + printf(" +t set to use tls upstream\n"); printf(" forward [off | addr ...] without arg show forward setup\n"); printf(" or off to turn off root forwarding\n"); printf(" or give list of ip addresses\n"); |