Difference between revisions of "Shell Commands/OFDNS"

From MorphOS Library

< Shell Commands

(Created page with "'''OFDNS''' - Performs DNS lookups non-standard arguments, type "OFDNS -h" for more information...")
 
 
Line 1: Line 1:
 
'''OFDNS''' - Performs DNS lookups
 
'''OFDNS''' - Performs DNS lookups
  
non-standard arguments, type "OFDNS -h" for more information
+
This command uses non-standard arguments. Type 'OFDNS -h' in a Shell for a complete documentation of its arguments.
                                                                             
+
 
This command uses non-standard arguments.                                    
+
<nowiki>Usage: OFDNS -[chst] domain1 [domain2 ...]
Type 'OFDNS -h' in a Shell for a complete documentation of its arguments.
+
 
 +
Options:
 +
    -c  --class=  The DNS class to query (defaults to IN)
 +
    -h  --help    Show this help
 +
    -s  --server=  The server to query
 +
    -t  --type=    The record type to query (defaults to AAAA and A,
 +
                  can be repeated)
 +
        --tcp      Force using TCP for the query
 +
        --version  Print the version information</nowiki>
 +
 
 +
Example:
 +
OFDNS google.com

Latest revision as of 13:38, 29 June 2026

OFDNS - Performs DNS lookups

This command uses non-standard arguments. Type 'OFDNS -h' in a Shell for a complete documentation of its arguments.

Usage: OFDNS -[chst] domain1 [domain2 ...]

Options:
    -c  --class=   The DNS class to query (defaults to IN)
    -h  --help     Show this help
    -s  --server=  The server to query
    -t  --type=    The record type to query (defaults to AAAA and A,
                   can be repeated)
        --tcp      Force using TCP for the query
        --version  Print the version information

Example:

OFDNS google.com