DNScode 0.1.9
Simplifying DNS configuration
|
Public Member Functions | |
__int__ (self, str name='@', str ttl=3600, str rtype='A', str data='0.0.0.0') | |
__str__ (self) | |
Static Public Attributes | |
str | rclass = 'IN' |
str | rtype = 'A' |
str | name = '@' |
str | data = '0.0.0.0' |
int | ttl = 6400 |
main.Record.__int__ | ( | self, | |
str | name = '@', | ||
str | ttl = 3600, | ||
str | rtype = 'A', | ||
str | data = '0.0.0.0' ) |
Reimplemented in main.SRV.
main.Record.__str__ | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |