[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: draft-iab-dns-choices-02.txt comments





--On 09 June 2005 13:38 +0200 Florian Weimer <fw@deneb.enyo.de> wrote:

I see two solutions to the mess: Either fix wildcards to handle
prefixes gracefully, or dynamically assign RR types on a per-domain
basis (reserve a range of RR types, and use a two-stage query scheme,
to obtain the RR number first and the actual data in a second query).

Dumb question time, based on two questionable assumptions.

IF   one is the opinion TXT records should not be used for this
AND  one is of the opinion "fixing" (breaking? :-) ) wildcards to do this
    is not desirable
THEN you are left with a new RR type as the only solution anyway.

So, if those assumptions hold true, why would you want to invent two-stage
queries, when you can just do

$ORIGIN example.com
foo	IN	TXT2	"SPFv71"	"Here's my SPF String"
foo	IN	TXT2	"killspam3"	"Here's my other string"


IE encapsulate the type in the record itself, but not as part of the freeform text field.

Sure you can't query by it (today) by type, but you can get all the
information back anyway, and if we wanted at some stage to query
by 4-tuple rather than 3-tuple, it would be obvious how to do it.

Alex

--
to unsubscribe send a message to namedroppers-request@ops.ietf.org with
the word 'unsubscribe' in a single line as the message text body.
archive: <http://ops.ietf.org/lists/namedroppers/>