|
@@ -81,12 +81,14 @@ class PdnsApiAuthenticator:
|
81
|
81
|
self.flush_zone(zone["name"])
|
82
|
82
|
self.notify_zone(zone["name"])
|
83
|
83
|
|
|
84
|
+ return response
|
|
85
|
+
|
|
86
|
+ def wait_for_propagation(self, achalls):
|
|
87
|
+ # TODO search zones authoritative servers and check for TXT record on each of them
|
84
|
88
|
# raw_input('Press <ENTER> to continue')
|
85
|
89
|
logger.info("Waiting %i seconds..." % self.axfr_time)
|
86
|
90
|
time.sleep(self.axfr_time)
|
87
|
91
|
|
88
|
|
- return response
|
89
|
|
-
|
90
|
92
|
def cleanup(self, achall):
|
91
|
93
|
domain = achall.domain
|
92
|
94
|
zone = self.find_best_matching_zone(domain)
|