twisted / twisted

Event-driven networking engine written in Python.
https://twisted.org
Other
5.58k stars 1.17k forks source link

twisted.names.authority.BindAuthority doesn't provide a way to specify the default origin. #6762

Open twisted-trac opened 11 years ago

twisted-trac commented 11 years ago
tomprince's avatar @tomprince reported
Trac ID trac#6762
Type enhancement
Created 2013-09-27 17:38:46Z

BindAuthority currently assumes that the name of the file is the correct origin for the contents of the file. Some cursory research suggests that typically there is a prefix (db.) or suffix (.db or .zone) used for these files. To support this, BindAuthority should support specifying the default origin.

Searchable metadata ``` trac-id__6762 6762 type__enhancement enhancement reporter__tom_prince tom.prince priority__normal normal milestone__ branch__ branch_author__ status__new new resolution__None None component__names names keywords__ time__1380303526000000 1380303526000000 changetime__1380303673000000 1380303673000000 version__None None owner__ ```
twisted-trac commented 11 years ago
exarkun's avatar @exarkun commented

It supports the $ORIGIN directive (at least trivially). What other BIND features is it missing related to this?