DNScode 1.6.3
Simplifying DNS configuration
|
Public Member Functions | |
__init__ (self, str name='@', int ttl=3600, str text='example.com') | |
![]() | |
__str__ (self) | |
Public Attributes | |
str | rtype = 'TXT' |
name = str(name) | |
ttl = ttl | |
data = text | |
Additional Inherited Members | |
![]() | |
str | rclass = 'IN' |
str | rtype = 'A' |
str | name = '@' |
str | data = '0.0.0.0' |
int | ttl = 3600 |
Represents a 'CNAME' (Canonical Name) record.
dnscode.dnscode.TXT.__init__ | ( | self, | |
str | name = '@', | ||
int | ttl = 3600, | ||
str | text = 'example.com' ) |
dnscode.dnscode.TXT.data = text |
dnscode.dnscode.TXT.name = str(name) |
str dnscode.dnscode.TXT.rtype = 'TXT' |
dnscode.dnscode.TXT.ttl = ttl |