summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/nsd-control.8.in
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2019-09-17 16:19:35 +0000
committersthen <sthen@openbsd.org>2019-09-17 16:19:35 +0000
commiteab1363e7f842fbdd8c55c4ea51e189c424f2966 (patch)
tree96d0ab8a762cda75fb5af91323d6135ca9af7ff2 /usr.sbin/nsd/nsd-control.8.in
parentZap unused h_errno (diff)
downloadwireguard-openbsd-eab1363e7f842fbdd8c55c4ea51e189c424f2966.tar.xz
wireguard-openbsd-eab1363e7f842fbdd8c55c4ea51e189c424f2966.zip
merge 4.2.2
Diffstat (limited to 'usr.sbin/nsd/nsd-control.8.in')
-rw-r--r--usr.sbin/nsd/nsd-control.8.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/nsd/nsd-control.8.in b/usr.sbin/nsd/nsd-control.8.in
index b6fe680b89b..19e37355fc1 100644
--- a/usr.sbin/nsd/nsd-control.8.in
+++ b/usr.sbin/nsd/nsd-control.8.in
@@ -1,4 +1,4 @@
-.TH "nsd\-control" "8" "Mar 25, 2019" "NLnet Labs" "nsd 4.1.27"
+.TH "nsd\-control" "8" "Aug 19, 2019" "NLnet Labs" "nsd 4.2.2"
.\" Copyright (c) 2011, NLnet Labs. All rights reserved.
.\" See LICENSE for the license.
.SH "NAME"
@@ -192,7 +192,7 @@ After running the script as root, turn on \fBcontrol\-enable\fR in
The \fIstats\fR command shows a number of statistic counters.
.TP
.I num.queries
-number of queries received (the tcp and udp queries added up).
+number of queries received (the tls, tcp and udp queries added up).
.TP
.I serverX.queries
number of queries handled by the server process. The number of
@@ -253,6 +253,12 @@ number of connections over TCP ip4.
.I num.tcp6
number of connections over TCP ip6.
.TP
+.I num.tls
+number of connections over TLS ip4. TLS queries are not part of num.tcp.
+.TP
+.I num.tls6
+number of connections over TLS ip6. TLS queries are not part of num.tcp6.
+.TP
.I num.answer_wo_aa
number of answers with NOERROR rcode and without AA flag, this includes the referrals.
.TP