| 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)Read a master file and build a zone object.
|
from_text(text, origin, rdclass=1)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 Tue Jun 17 03:55:12 2003 | http://epydoc.sf.net |