[Twisted-Python] [PATCH] Support resolving wildcard A and CNAME records in twisted.names

David Reid dreid at dreid.org
Wed Oct 20 06:56:06 EDT 2004


Included is a patch to resolve A and CNAME records of the form 

A('*.foo.bar', '1.2.3.4')
CNAME('*.foo.bar', 'foo.bar')

This would be useful for example, in a situation where you have many
named (even dynamic) virtual hosts handled by a webserver.

The patch includes tests for both Wildcard A Records, and Wildcard CNAME
Records.  Any comments are appreciated.  If no one (read: exarkun)
disapproves I'll go ahead and commit this.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: wildcard-records.patch
Type: text/x-patch
Size: 3860 bytes
Desc: 
Url : http://twistedmatrix.com/pipermail/twisted-python/attachments/20041020/ab8cbb20/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://twistedmatrix.com/pipermail/twisted-python/attachments/20041020/ab8cbb20/attachment.pgp 


More information about the Twisted-Python mailing list