DNScode 0.1.9
Simplifying DNS configuration
|
This is the complete list of members for dnscode.dnscode.Zone, including all inherited members.
__post_init__(self) | dnscode.dnscode.Zone | |
__str__(self) | dnscode.dnscode.Zone | |
add(self, Record record) | dnscode.dnscode.Zone | |
new_A(self, str name='@', int ttl=3600, str host='0.0.0.0') | dnscode.dnscode.Zone | |
new_AAAA(self, str name='@', int ttl=3600, str host='fe80::42:2cff:fe29:8db1') | dnscode.dnscode.Zone | |
new_CNAME(self, str name='@', int ttl=3600, str host='example.com') | dnscode.dnscode.Zone | |
new_MX(self, str name='@', int ttl=3600, int priority=10, str host='example.com') | dnscode.dnscode.Zone | |
new_NS(self, str name='@', int ttl=3600, str host='example.com') | dnscode.dnscode.Zone | |
new_PTR(self, str name='@', int ttl=3600, str host='example.com') | dnscode.dnscode.Zone | |
new_record(self, str name='@', int ttl=3600, str rtype='A', str data='0.0.0.0') | dnscode.dnscode.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) | dnscode.dnscode.Zone | |
new_SRV(self, str name='@', int ttl=3600, str service='service', str protocol='proto', int priority=10, int weight=10, str host='example.com') | dnscode.dnscode.Zone | |
origin | dnscode.dnscode.Zone | static |
records | dnscode.dnscode.Zone | static |
records | dnscode.dnscode.Zone | |
save_file(self, str filepath) | dnscode.dnscode.Zone |