%{_mandir}/man1/dumresp.1.gz
%{_mandir}/man1/ixplore.1.gz
%{_mandir}/man1/notify.1.gz
+%{_mandir}/man1/nproxy.1.gz
%{_mandir}/man1/nsec3dig.1.gz
%{_mandir}/man1/saxfr.1.gz
%{_mandir}/man1/sdig.1.gz
%{_mandir}/man1/dumresp.1.gz
%{_mandir}/man1/ixplore.1.gz
%{_mandir}/man1/notify.1.gz
+%{_mandir}/man1/nproxy.1.gz
%{_mandir}/man1/nsec3dig.1.gz
%{_mandir}/man1/saxfr.1.gz
%{_mandir}/man1/sdig.1.gz
%{_mandir}/man1/dumresp.1.gz
%{_mandir}/man1/ixplore.1.gz
%{_mandir}/man1/notify.1.gz
+%{_mandir}/man1/nproxy.1.gz
%{_mandir}/man1/nsec3dig.1.gz
%{_mandir}/man1/saxfr.1.gz
%{_mandir}/man1/sdig.1.gz
usr/bin/dumresp
usr/bin/ixplore
usr/bin/notify
+usr/bin/nproxy
usr/bin/nsec3dig
usr/bin/saxfr
usr/bin/sdig
debian/tmp/usr/share/man/man1/dumresp.1
debian/tmp/usr/share/man/man1/ixplore.1
debian/tmp/usr/share/man/man1/notify.1
+debian/tmp/usr/share/man/man1/nproxy.1
debian/tmp/usr/share/man/man1/nsec3dig.1
debian/tmp/usr/share/man/man1/saxfr.1
dumresp.1 \
ixplore.1 \
notify.1 \
+ nproxy.1 \
nsec3dig.1 \
saxfr.1 \
sdig.1
--- /dev/null
+% NPROXY(1)
+% PowerDNS.com BV
+% April 2016
+
+# NAME
+**nproxy** - DNS notification proxy
+
+# SYNOPSIS
+nproxy --powerdns-address *ADDRESS* [*OPTION*]... *ADDRESS*...
+
+# DESCRIPTION
+**nproxy** is a simple daemon that reads DNS NOTIFY queries on one address and
+forwards them to an 'inner' nameserver that will process the notification.
+
+Its usecase is e.g. a private authoritative server inside a NAT or firewalled LAN
+where **nproxy** is deployed in the DMZ.
+
+The PowerDNS Authoritative Server has the trusted-notification-proxy option that
+should be set to the address set with *--origin-address* to accept these proxied
+notifications.
+
+**nproxy** also has a health-check option built in. A query for 'pdns.nproxy.'
+with QType 'TXT' will be responded to with an answer of "OK" (inside the TXT record.
+When the query is for an A-record, '1.2.3.4.' is returned.
+
+# OPTIONS
+--powerdns-address *ADDRESS*
+: IP address of the PowerDNS server to forward the notifications to.
+
+--chroot *PATH*
+: chroot to *PATH* for additional security.
+
+--setuid *UID*
+: setuid to this numerical *UID*.
+
+--setgid *GID*
+: setgid to this numerical *GID*.
+
+--origin-address *ADDRESS*
+: Set the source of the notifications sent to PowerDNS to *ADDRESS*. By default,
+ the best matching address (kernel's choice) is used.
+
+--listen-address *ADDRESS*
+: IP addresses to listen on.
+
+--listen-port *PORT*
+: Source port to listen on, 53 by default.
+
+-d,--daemon *ARG*
+: Set *ARG* to 0 to disable running in the background.
+
+-v,--verbose
+: Be verbose
+
- 'Manpage: dnstcpbench.1': manpages/dnstcpbench.1.md
- 'Manpage: dnswasher.1': manpages/dnswasher.1.md
- 'Manpage: notify.1': manpages/notify.1.md
+ - 'Manpage: nproxy.1': manpages/nproxy.1.md
- 'Manpage: nsec3dig.1': manpages/nsec3dig.1.md
- 'Manpage: saxfr.1': manpages/saxfr.1.md
- 'Manpage: sdig.1': manpages/sdig.1.md