-
-
-
- main.SOA.ttl = 21700 |
+ main.SOA.ttl = ttl |
- |
-
-static |
-
-
diff --git a/docs/html/classmain_1_1SOA.js b/docs/html/classmain_1_1SOA.js
index 81888d2..9e62047 100644
--- a/docs/html/classmain_1_1SOA.js
+++ b/docs/html/classmain_1_1SOA.js
@@ -1,6 +1,14 @@
var classmain_1_1SOA =
[
- [ "__init__", "classmain_1_1SOA.html#a108c156841448468cb8d040083efec8b", null ],
- [ "__str__", "classmain_1_1SOA.html#af7e51e97c71e2b28e0a73f625bdbc72e", null ],
- [ "name", "classmain_1_1SOA.html#a2f8eebb0b137887827b2942485979331", null ]
+ [ "__init__", "classmain_1_1SOA.html#a740335ccaf962b80f55db1d9dae4701c", null ],
+ [ "data", "classmain_1_1SOA.html#acf72ad7075b5b3eda9460be30b210a3c", null ],
+ [ "expire", "classmain_1_1SOA.html#a85eae9a15363563c8fcbe8d7c40aba2c", null ],
+ [ "mname", "classmain_1_1SOA.html#accc56ecc28ed0a776149c3a3ddd0ad0e", null ],
+ [ "name", "classmain_1_1SOA.html#a2f8eebb0b137887827b2942485979331", null ],
+ [ "refresh", "classmain_1_1SOA.html#ac139947b00f9a9ed2ff6af88640761eb", null ],
+ [ "retry", "classmain_1_1SOA.html#ad0111e059f2bb53e5a57f07ad28ac107", null ],
+ [ "rname", "classmain_1_1SOA.html#a0c0e4af4dfb7e208661526eb1c8707e2", null ],
+ [ "rtype", "classmain_1_1SOA.html#adb21b108d5d7984bfd54d57f22d83a71", null ],
+ [ "serial", "classmain_1_1SOA.html#aed964af4b4bb1a4178c85e9da5127cae", null ],
+ [ "ttl", "classmain_1_1SOA.html#a7d9b6ee4904479312c8ffc1db08549d7", null ]
];
\ No newline at end of file
diff --git a/docs/html/classmain_1_1Zone-members.html b/docs/html/classmain_1_1Zone-members.html
index 7b98631..84a36d7 100644
--- a/docs/html/classmain_1_1Zone-members.html
+++ b/docs/html/classmain_1_1Zone-members.html
@@ -107,6 +107,8 @@ $(function(){initNavTree('classmain_1_1Zone.html',''); initResizable(true); });
add(self, Record record) | main.Zone | |
new_A(self, str name='@', int ttl=3600, str data='0.0.0.0') | main.Zone | |
new_AAAA(self, str name='@', int ttl=3600, str data='0.0.0.0') | main.Zone | |
+
new_CNAME(self, str name='@', int ttl=3600, str data='0.0.0.0') | main.Zone | |
+
new_MX(self, str name='@', int ttl=3600, int priority=10, str host='example.com') | main.Zone | |
new_record(self, str name='@', int ttl=3600, str rtype='A', str data='0.0.0.0') | main.Zone | |
new_soa(self, str mname='ns1.example.com', str rname='admin.example.com', int serial=int(time.time()), int refresh=86400, int retry=7200, int expire=15552000, int ttl=21700) | main.Zone | |
records | main.Zone | static |
diff --git a/docs/html/classmain_1_1Zone.html b/docs/html/classmain_1_1Zone.html
index a9f76a7..19f0f76 100644
--- a/docs/html/classmain_1_1Zone.html
+++ b/docs/html/classmain_1_1Zone.html
@@ -113,6 +113,10 @@ Public Member Functions
|
| new_AAAA (self, str name='@', int ttl=3600, str data='0.0.0.0') |
|
+
| new_CNAME (self, str name='@', int ttl=3600, str data='0.0.0.0') |
+
|
+
| new_MX (self, str name='@', int ttl=3600, int priority=10, str host='example.com') |
+
|
| new_soa (self, str mname='ns1.example.com', str rname='admin.example.com', int serial=int(time.time()), int refresh=86400, int retry=7200, int expire=15552000, int ttl=21700) |
|
| new_record (self, str name='@', int ttl=3600, str rtype='A', str data='0.0.0.0') |
@@ -226,6 +230,73 @@ Static Public Attributes