Skip to content

Commit

Permalink
Merge pull request #26 from careyjames/tushar-dkimrecords
Browse files Browse the repository at this point in the history
re arrange write
  • Loading branch information
careyjames authored Oct 19, 2023
2 parents b69d23a + 8bfa58d commit 8fb83b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ func promptRunner(isIP bool, isCIDR bool, input string, apiToken string) {
dnsinformation.GetNSPrompt(input)
dnsinformation.GetMXPrompt(input)
dnsinformation.GetTXTPrompt(input)
dnsinformation.GetSPFPrompt(input)
dnsinformation.GetDMARCPrompt(input)
dnsinformation.GetDKIMPrompt(input)
dnsinformation.GetSPFPrompt(input)
}
dnsinformation.GetPTRPrompt(input, isIP)
if isIP || isCIDR {
Expand Down

0 comments on commit 8fb83b9

Please sign in to comment.