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. |
_eat_line(tok)
| |
Process one line from a DNS master file. |
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.
|
_rr_line(z, tok)Process one line from a DNS master file. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Mon Jun 30 15:54:11 2003 | http://epydoc.sf.net |