gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] branch master updated: comments


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: comments
Date: Wed, 01 May 2019 15:32:05 +0200

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

grothoff pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new 5c5592c  comments
5c5592c is described below

commit 5c5592c90668fa30046e8255ad9ad10ef44bf27f
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed May 1 15:31:49 2019 +0200

    comments
---
 ascension/ascension.py | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index d1492f8..5c9e0b4 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -271,6 +271,15 @@ class Ascender():
 
         # This is broken if your NS is for ns.foo.YOURZONE as you add
         # the PKEY to YOURZONE instead of to the foo.YOURZONE subzone.
+        # alice NS IN  ns.alice
+        # bob   NS IN ns.bob
+        # carol NS IN ns.alice
+        # => carol GNS2DNS GNS address@hidden
+        # dave.foo NS IN gns--pkey--$KEY.bob        
+        # => dave.foo PKEY GNS $KEY
+        # foo.bar A IN 1.2.3.4
+        # => bar PKEY GNS $NEWKEY     + mapping: bar => $NEWKEY
+        # => foo[.bar] A GNS 1.2.3.4
         gnspkey = list(filter(lambda record: 
str(record[2]).startswith('gns--pkey--'), nsrecords))
         if gnspkey:
             label = str(gnspkey[0][0])

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



reply via email to

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