DNScode 0.1.9
Simplifying DNS configuration
|
Public Member Functions | |
__init__ (self, str name='@', str ttl=3600, int priority='10', str host='example.com') | |
Public Member Functions inherited from main.Record | |
__int__ (self, str name='@', str ttl=3600, str rtype='A', str data='0.0.0.0') | |
__str__ (self) | |
Public Attributes | |
str | rtype = 'MX' |
name = name | |
ttl = ttl | |
priority = priority | |
str | data = "{ttl} {priority}" |
host = host | |
Additional Inherited Members | |
Static Public Attributes inherited from main.Record | |
str | rclass = 'IN' |
str | rtype = 'A' |
str | name = '@' |
str | data = '0.0.0.0' |
int | ttl = 6400 |
main.MX.__init__ | ( | self, | |
str | name = '@', | ||
str | ttl = 3600, | ||
int | priority = '10', | ||
str | host = 'example.com' ) |
str main.MX.data = "{ttl} {priority}" |
main.MX.host = host |
main.MX.name = name |
main.MX.priority = priority |
str main.MX.rtype = 'MX' |
main.MX.ttl = ttl |