logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

type99 - Python Type TXT to Type 99/SPF conversion script

Authors

       This version of type99 was written by Stuart Gathman <stuart@bmsi.com> and  updated  by  Scott  Kitterman
       <scott@kitterman.com>.

       This man-page was created by Scott Kitterman <scott@kitterman.com>.

                                                   2007-01-16                                    pyspf-type99(1)

Description

       The  type99script  will  convert  DNS  TXT strings to a binary equivalent suitable for use in a BIND zone
       file.  Since use of DNS type SPF (99) was removed in RFC  7208,  this  script  should  be  of  historical
       interest only.

Name

       type99 - Python Type TXT to Type 99/SPF conversion script

See Also

Usage

       The type99 script is called from the command line as follows:

       python type99 "v=spf1 -all" {Note: Use your desired SPF record instead.}

       \# 12 0b763d73706631202d616c6c {This is the correct result for "v=spf1 -all"}

       or

       python type99 - {File name}

       The  input file format is a standard BIND Zone file.  The type99 script will add a Type99 record for each
       TXT record found in the file.

Version

       2.0.9

See Also