DNScode 0.1.9
Simplifying DNS configuration
|
Public Member Functions | |
__init__ (self, str name='@', int ttl=3600, str host='0.0.0.0') | |
Public Member Functions inherited from dnscode.dnscode.Record | |
__str__ (self) | |
Public Attributes | |
data = host | |
str | rtype = 'AAAA' |
name = str(name) | |
ttl = ttl | |
Additional Inherited Members | |
Static Public Attributes inherited from dnscode.dnscode.Record | |
str | rclass = 'IN' |
str | rtype = 'A' |
str | name = '@' |
str | data = '0.0.0.0' |
int | ttl = 3600 |
Represents an 'AAAA' (IPv6 address) record.
dnscode.dnscode.AAAA.__init__ | ( | self, | |
str | name = '@', | ||
int | ttl = 3600, | ||
str | host = '0.0.0.0' ) |
dnscode.dnscode.AAAA.data = host |
dnscode.dnscode.AAAA.name = str(name) |
str dnscode.dnscode.AAAA.rtype = 'AAAA' |
dnscode.dnscode.AAAA.ttl = ttl |