DNScode 0.1.9
Simplifying DNS configuration
Loading...
Searching...
No Matches
main.Zone Member List

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_NS(self, str name='@', int ttl=3600, str target='example.com')main.Zone
new_PTR(self, str name='@', int ttl=3600, 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
new_SRV(self, str name='@', int ttl=3600, str service='service', str protocol='proto', int priority=10, int weight=10, str target='example.com')main.Zone
recordsmain.Zonestatic
save_file(self, str filepath)main.Zone