Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

How to do it, the text records are trivial, but how to encode a "99" field in tinydns?

share|improve this question
2  
Welcome to security.SE, but this question is highly specific to a software package. Take a look at the FAQ for tips on how to pose a question appropriate to this forum. security.stackexchange.com/faq – schroeder Nov 22 '12 at 19:48
This type of question may be better suited for the related site serverfault.com .. they know how to configure server side software – makerofthings7 Nov 23 '12 at 0:11

closed as off topic by Terry Chia, makerofthings7, Polynomial, AviD Nov 23 '12 at 7:55

Questions on IT Security Stack Exchange are expected to relate to IT security within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

First google response: http://www.gossamer-threads.com/lists/spf/help/29571

From my data file, edited to protect the guilty: 'example.com:v=spf1 ip4\072192.168.001.01/30 -all:3600 :example.com:99:\041v=spf1 ip4\072192.168.001.01/30 -all:3600

Starting colon says look after the domain name for the type in decimal, then, after that the \041 is a designator for a single byte in 'octal'. In the SPF (type-99) record it appears that it should be just like the 'txt' record, but prefixed with the length. Note that the \072 later on is ':', and should be counted as a single character.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.