gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] branch master updated: added malformed DNS zone


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: added malformed DNS zone error handling
Date: Tue, 23 Apr 2019 10:46:48 +0200

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new 23258f4  added malformed DNS zone error handling
23258f4 is described below

commit 23258f445cbd35572c3a6a5719af3f0c6b97c5bf
Author: rexxnor <address@hidden>
AuthorDate: Tue Apr 23 10:46:00 2019 +0200

    added malformed DNS zone error handling
---
 ascension/ascension.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index e3a52dc..0fab268 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -142,6 +142,8 @@ class Ascender():
                 zone = dns.zone.from_xfr(dns.query.xfr(
                     master_answer[0].address, domain,
                     port=cls.port))
+        except dns.exception.DNSException:
+            logging.error("Malformed DNS zone '%s'", domain)
         except dns.resolver.NoAnswer:
             logging.error("nameserver for '%s' did not answer", domain)
         except dns.exception.FormError:

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]