
adig
List of commands for adig:
-
adig:tldr:00601 adig: Connect to a specific DNS [s]erver.$ adig -s ${1-2-3-4} ${example-com}try on your machineexplain this command
-
adig:tldr:21dd5 adig: Use a specific UDP port to connect to a DNS server.$ adig -U ${port} ${example-com}try on your machineexplain this command
-
adig:tldr:394ce adig: Display extra [d]ebugging output.$ adig -d ${example-com}try on your machineexplain this command
-
adig:tldr:9b731 adig: Use a specific TCP port to connect to a DNS server.$ adig -T ${port} ${example-com}try on your machineexplain this command
-
adig:tldr:ab774 adig: Display A (default) record from DNS for hostname(s).$ adig ${example-com}try on your machineexplain this command