We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search path contains gathman.org. Gathman.org has a wildcard that returns "v=spf1 -all" for any otherwise unspecified TXT queries.
$ python spf.py aws.telekom153.com using pydns None *** install dnspython $ python -m spf aws.telekom153.com using dnspython v=spf1 -all $ python -m spf aws.telekom153.com. using dnspython None $ host -t txt aws.telekom153.com aws.telekom153.com.gathman.org descriptive text "v=spf1 -all" $ host -t txt aws.telekom153.com. Host aws.telekom153.com. not found: 3(NXDOMAIN)
One solution may be to always append a dot for the dnspython driver.
The text was updated successfully, but these errors were encountered:
Would love to see this fixed, will gladly tip
Sorry, something went wrong.
No branches or pull requests
Search path contains gathman.org. Gathman.org has a wildcard that returns "v=spf1 -all" for any otherwise unspecified TXT queries.
One solution may be to always append a dot for the dnspython driver.
The text was updated successfully, but these errors were encountered: