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

ofdns - perform DNS lookups

Description

ofdns is a program to perform DNS lookups.

Examples

       Query the A and AAAA record for example.com:

            ofdns example.com

       Query the CNAME record for www.example.com:

            ofdns -t CNAME example.com

       Query 2001:db8::1 for the AAAA record for example.com:

            ofdns -s 2001:db8::1 -t AAAA example.com

                                                                                                        ofdns(1)

Name

       ofdns - perform DNS lookups

Options

-cclass, --class=class
              The DNS class to query (defaults to IN).

       -h, --help
              Show the help.

       -sserver, --server=server
              The server to query.

       -ttype, --type=type
              The record type to query (defaults to AAAA and A, can be repeated).

       --tcp  Force using TCP for the query.

Synopsis

ofdns [options] domain1 [domain2 ...]

See Also