Skip to content

Commit 7823104

Browse files
authored
Create txt_records_dig.yaml
1 parent 3c83735 commit 7823104

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

specs/dig/txt_records_dig.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Get the text records for a domain
2+
command: dig +short {{domain}} txt
3+
tags:
4+
- dig
5+
description: Use dig to get the txt records for a domain. Useful for a quick lookup of SPF records.
6+
arguments:
7+
- name: domain
8+
description: The domain you want to lookup.
9+
default_value:
10+
author: Kia Matthews
11+
author_url: "https://www.github.com/kiamatthews"
12+
shells: []

0 commit comments

Comments
 (0)