fixed up documentation for ascension
authorrexxnor <rexxnor+gnunet@brief.li>
Fri, 25 Jan 2019 16:24:47 +0000 (17:24 +0100)
committerrexxnor <rexxnor+gnunet@brief.li>
Fri, 25 Jan 2019 16:27:29 +0000 (17:27 +0100)
doc/handbook/chapters/developer.texi
doc/handbook/chapters/user.texi

index 1d3e1d3fb348934493feeac76b19678b5bf84ab3..2da262b34d5ee019d1c8073037e8aed38310ca48 100644 (file)
@@ -8130,19 +8130,15 @@ The transformation of MX records is done in a simple way.
 gnunet-namestore -z example.com -n mail -R 3600 MX n 10,mail
 @end example
 
-Finally, one of the biggest struggling points was the NS records that are found
+Finally, one of the biggest struggling points were the NS records that are found
 in top level domain zones. The intended behaviour for those is to add GNS2DNS
-records for the zone so that gnunet-gns can resolve the for those domain on it's
-own. Also a very important aspect of this is, that gnunet needs to be able to
-resolve the nameservers from it's own database. This requires migration of the
-DNS GLUE records as well.
+records for those so that gnunet-gns can resolve records for those domains on
+its own. This requires migration of the DNS GLUE records as well, provided that
+they are within the same zone.
 
-This proved to be quite a challenge to implement, as in GNS every dot is a
-strict zone cut.
-
-The issue was fixed by creating a hierarchical zone structure in GNS and linking
+A solution was found by creating a hierarchical zone structure in GNS and linking
 the zones using PKEY records to one another. This allows the resolution of the
-nameservers to work within GNS.
+nameservers to work within GNS while not taking control over unwanted zones.
 
 @node DNS Zone Size
 @subsubsection DNS Zone Size
index a659be9a38c5c1634c13672762bfd8943b943a88..0703adafc196cdf1fbca189ef01d04b6ec4ebf64 100644 (file)
@@ -1895,7 +1895,8 @@ option ``DISABLE'' to ``YES'' in section ``[namecache]''.
 @node Migrating an existing DNS zone into GNS
 @subsection Migrating an existing DNS zone into GNS
 
-After installing the tool according to the README file you have the following options:
+After installing the tool according to the README file you have the following
+options:
 @example
 Ascension
 
@@ -1916,15 +1917,18 @@ Options:
     -v --version    Show version.
 @end example
 
-To migrate the Syrian top level domain - one of the few top level domains that still supports zone transfers - use the following command:
+To migrate the Syrian top level domain - one of the few top level domains that
+still supports zone transfers - use the following command:
 
 @example
 $ ascension sy. -ns ns1.tld.sy.
 @end example
 
-The program will continue to run as a daemon and update once the refresh time specified in the zones SOA record has elapsed.
+The program will continue to run as a daemon and update once the refresh time
+specified in the zones SOA record has elapsed.
 
-At this point you might want to write for example a systemd unit file to start and enable the service, so that your zone is migrated automatically.
+At this point you might want to write for example a systemd unit file to start
+and enable the service, so that your zone is migrated automatically.
 
 @node re@:claim Identity Provider
 @section re@:claim Identity Provider