We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c83735 commit 7823104Copy full SHA for 7823104
1 file changed
specs/dig/txt_records_dig.yaml
@@ -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