DNScode 1.4.1
Simplifying DNS configuration
|
Public Member Functions | |
__str__ (self) | |
Static Public Attributes | |
str | rclass = 'IN' |
str | rtype = 'A' |
str | name = '@' |
str | data = '0.0.0.0' |
int | ttl = 3600 |
Base class for DNS records.
dnscode.dnscode.Record.__str__ | ( | self | ) |
Returns a string representation of the record.
|
static |
|
static |
|
static |
|
static |
|
static |