logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dumresp - A dumb DNS responder

Author

       PowerDNS.COM BV

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.

Name

       dumresp - A dumb DNS responder

Options

       tcp: Whether to listen and accept TCP connections in addition to UDP packets. Defaults to false.

See Also

socket(7)

Synopsis

dumrespLOCAL-ADDRESSLOCAL-PORTNUMBER-OF-PROCESSES [tcp]

See Also