Home | Trees | Index | Help |
|
---|
Package dns :: Module zone |
|
Classes | |
---|---|
Zone |
A DNS zone. |
Function Summary | |
---|---|
dns.zone.Zone object |
Read a master file and build a zone object. |
dns.zone.Zone object |
Build a zone object from a master file format string. |
dns.zone.Zone object |
Convert the output of a zone transfer generator into a zone object. |
Function Details |
---|
from_file(f, origin, rdclass=1, relativize=True)Read a master file and build a zone object.
|
from_text(text, origin, rdclass=1, relativize=True)Build a zone object from a master file format string.
|
from_xfr(xfr)Convert the output of a zone transfer generator into a zone object.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Mon Jun 30 15:54:09 2003 | http://epydoc.sf.net |