DNScode 0.1.9
Simplifying DNS configuration
|
This is the complete list of members for main.Zone, including all inherited members.
__str__(self) | main.Zone | |
add(self, Record record) | main.Zone | |
new_A(self, str name='@', int ttl=3600, str data='0.0.0.0') | main.Zone | |
new_AAAA(self, str name='@', int ttl=3600, str data='0.0.0.0') | main.Zone | |
new_CNAME(self, str name='@', int ttl=3600, str data='0.0.0.0') | main.Zone | |
new_MX(self, str name='@', int ttl=3600, int priority=10, str host='example.com') | main.Zone | |
new_record(self, str name='@', int ttl=3600, str rtype='A', str data='0.0.0.0') | main.Zone | |
new_soa(self, str mname='ns1.example.com', str rname='admin.example.com', int serial=int(time.time()), int refresh=86400, int retry=7200, int expire=15552000, int ttl=21700) | main.Zone | |
records | main.Zone | static |
save_file(self, str filepath) | main.Zone |