shell_dig
Perform DNS lookups programmatically by executing specified command arguments, enabling quick domain and IP resolution while adhering to secure, controlled execution environments.
Instructions
DNS lookup utility
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Command arguments |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"description": "Command arguments",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}