xsoar_dns/pack_metadata.json
2024-11-08 16:27:00 +00:00

32 lines
662 B
JSON

{
"name": "DNSTest",
"description": "A tool for troubleshooting and testing local DNS",
"support": "developer",
"currentVersion": "0.9",
"author": "Nik Mitev",
"email": "xsoar@mitev.net",
"devEmail": "xsoar@mitev.net",
"categories": [
"Utilities"
],
"tags": [
"dns",
"troubleshooting"
],
"created": "2024-11-05T00:00:00Z",
"useCases": [
"Troubleshooting DNS issues",
"Testing local DNS configurations"
],
"keywords": [
"dns",
"debugging"
],
"dependencies": {
"dnspython": ">=2.7.0"
},
"githubUser": [
"nikmit"
]
}