From: Pieter Lexis Date: Fri, 29 Apr 2016 15:38:09 +0000 (+0200) Subject: Add dumresp manpages and add dumresp to pdns-tools X-Git-Tag: rec-4.0.0-alpha3~19^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c51de845ddc874d7bc85b573bcb573b236bfdf8;p=thirdparty%2Fpdns.git Add dumresp manpages and add dumresp to pdns-tools --- diff --git a/build-scripts/build-auth-rpm b/build-scripts/build-auth-rpm index d15af6a563..077fada668 100755 --- a/build-scripts/build-auth-rpm +++ b/build-scripts/build-auth-rpm @@ -254,6 +254,7 @@ fi %{_mandir}/man1/dnsscope.1.gz %{_mandir}/man1/dnstcpbench.1.gz %{_mandir}/man1/dnswasher.1.gz +%{_mandir}/man1/dumresp.1.gz %{_mandir}/man1/ixplore.1.gz %{_mandir}/man1/nsec3dig.1.gz %{_mandir}/man1/saxfr.1.gz @@ -527,6 +528,7 @@ exit 0 %{_mandir}/man1/dnsscope.1.gz %{_mandir}/man1/dnstcpbench.1.gz %{_mandir}/man1/dnswasher.1.gz +%{_mandir}/man1/dumresp.1.gz %{_mandir}/man1/ixplore.1.gz %{_mandir}/man1/nsec3dig.1.gz %{_mandir}/man1/saxfr.1.gz @@ -783,6 +785,7 @@ exit 0 %{_mandir}/man1/dnsscope.1.gz %{_mandir}/man1/dnstcpbench.1.gz %{_mandir}/man1/dnswasher.1.gz +%{_mandir}/man1/dumresp.1.gz %{_mandir}/man1/ixplore.1.gz %{_mandir}/man1/nsec3dig.1.gz %{_mandir}/man1/saxfr.1.gz diff --git a/build-scripts/debian-authoritative/pdns-tools.install b/build-scripts/debian-authoritative/pdns-tools.install index 046caf0c4f..f52da85c6f 100644 --- a/build-scripts/debian-authoritative/pdns-tools.install +++ b/build-scripts/debian-authoritative/pdns-tools.install @@ -6,6 +6,7 @@ usr/bin/dnsscan usr/bin/dnsscope usr/bin/dnstcpbench usr/bin/dnswasher +usr/bin/dumresp usr/bin/ixplore usr/bin/notify usr/bin/nsec3dig diff --git a/build-scripts/debian-authoritative/pdns-tools.manpages b/build-scripts/debian-authoritative/pdns-tools.manpages index b3e8663a4f..525025e078 100644 --- a/build-scripts/debian-authoritative/pdns-tools.manpages +++ b/build-scripts/debian-authoritative/pdns-tools.manpages @@ -6,6 +6,7 @@ debian/tmp/usr/share/man/man1/dnsscan.1 debian/tmp/usr/share/man/man1/dnsscope.1 debian/tmp/usr/share/man/man1/dnstcpbench.1 debian/tmp/usr/share/man/man1/dnswasher.1 +debian/tmp/usr/share/man/man1/dumresp.1 debian/tmp/usr/share/man/man1/ixplore.1 debian/tmp/usr/share/man/man1/nsec3dig.1 debian/tmp/usr/share/man/man1/saxfr.1 diff --git a/docs/Makefile.am b/docs/Makefile.am index 4a6eb6bbe5..6e51b9ad02 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -13,6 +13,7 @@ MANPAGES_TARGET_TOOLS = calidns.1 \ dnsscope.1 \ dnstcpbench.1 \ dnswasher.1 \ + dumresp.1 \ ixplore.1 \ nsec3dig.1 \ saxfr.1 \ diff --git a/docs/manpages/dumresp.1.md b/docs/manpages/dumresp.1.md new file mode 100644 index 0000000000..b22c62434a --- /dev/null +++ b/docs/manpages/dumresp.1.md @@ -0,0 +1,21 @@ +% DUMRESP(1) +% PowerDNS.com BV +% April 2016 + +# NAME +**dumresp** - A dumb DNS responder + +# SYNOPSIS + **dumresp** *LOCAL-ADDRESS* *LOCAL-PORT* *NUMBER-OF-PROCESSES* + +# DESCRIPTION +**dumresp** accepts DNS packets on *LOCAL-ADDRESS*:*LOCAL-PORT* and simply replies +with the same query, with the QR bit set. When *NUMBER-OF-PROCESSES* is set to +anything but 1, **dumresp** will spawn *NUMBER-OF-PROCESSES* forks and use the +SO_REUSEPORT option to bind to the port. + +# OPTIONS +None + +# SEE ALSO +socket(7)