aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/user.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook/chapters/user.texi')
-rw-r--r--doc/handbook/chapters/user.texi109
1 files changed, 6 insertions, 103 deletions
diff --git a/doc/handbook/chapters/user.texi b/doc/handbook/chapters/user.texi
index ebc1a7979..5d5d2fe14 100644
--- a/doc/handbook/chapters/user.texi
+++ b/doc/handbook/chapters/user.texi
@@ -1539,7 +1539,12 @@ authoritative zone (replacing ".+" with the name of the location
1539where the name was encountered) and hence generate a 1539where the name was encountered) and hence generate a
1540valid GNS name. 1540valid GNS name.
1541 1541
1542GNS currently supports the following record types: 1542The GNS currently supports the record types as defined in
1543@uref{https://git.gnunet.org/gana.git/tree/gnu-name-system-record-types/registry.rec, GANA}.
1544In addition, GNS supports DNS record types, such as A, AAAA or TXT.
1545
1546In the following, we discuss GNS records with specific behaviour or special
1547handling of DNS records.
1543 1548
1544@menu 1549@menu
1545* NICK:: 1550* NICK::
@@ -1547,22 +1552,9 @@ GNS currently supports the following record types:
1547* BOX:: 1552* BOX::
1548* LEHO:: 1553* LEHO::
1549* VPN:: 1554* VPN::
1550* A AAAA and TXT::
1551* CNAME:: 1555* CNAME::
1552* GNS2DNS:: 1556* GNS2DNS::
1553* SOA SRV PTR and MX:: 1557* SOA SRV PTR and MX::
1554* PLACE::
1555* PHONE::
1556* ID ATTR::
1557* ID TOKEN::
1558* ID TOKEN METADATA::
1559* CREDENTIAL::
1560* POLICY::
1561* ATTRIBUTE::
1562* ABE KEY::
1563* ABE MASTER::
1564* RECLAIM OIDC CLIENT::
1565* RECLAIM OIDC REDIRECT::
1566@end menu 1558@end menu
1567 1559
1568@node NICK 1560@node NICK
@@ -1658,11 +1650,6 @@ having the following lines in the @file{gnunet.conf} configuration file:
1658TCP_REDIRECTS = 80:localhost4:8080 1650TCP_REDIRECTS = 80:localhost4:8080
1659@end example 1651@end example
1660 1652
1661@node A AAAA and TXT
1662@subsubsection A AAAA and TXT
1663
1664Those records work in exactly the same fashion as in traditional DNS.
1665
1666@node CNAME 1653@node CNAME
1667@subsubsection CNAME 1654@subsubsection CNAME
1668 1655
@@ -1771,90 +1758,6 @@ $ gnunet-namestore -a -n mail -t MX -z bar -e 3600s -V \
1771> "10,mail.bar" 1758> "10,mail.bar"
1772@end example 1759@end example
1773 1760
1774@node PLACE
1775@subsubsection PLACE
1776
1777@c TODO describe record type and give an example of how and
1778@c when to use it
1779Record type for a social place.
1780
1781@node PHONE
1782@subsubsection PHONE
1783
1784@c TODO describe record type and give an example of how and
1785@c when to use it
1786Record type for a phone (of CONVERSATION).
1787
1788@node ID ATTR
1789@subsubsection ID ATTR
1790
1791@c TODO describe record type and give an example of how and
1792@c when to use it
1793Record type for identity attributes (of IDENTITY).
1794
1795@node ID TOKEN
1796@subsubsection ID TOKEN
1797
1798@c TODO describe record type and give an example of how and
1799@c when to use it
1800Record type for an identity token (of IDENTITY-TOKEN).
1801
1802@node ID TOKEN METADATA
1803@subsubsection ID TOKEN METADATA
1804
1805@c TODO describe record type and give an example of how and
1806@c when to use it
1807Record type for the private metadata of an identity token (of IDENTITY-TOKEN).
1808
1809@node CREDENTIAL
1810@subsubsection CREDENTIAL
1811
1812@c TODO describe record type and give an example of how and
1813@c when to use it
1814Record type for credential.
1815
1816@node POLICY
1817@subsubsection POLICY
1818
1819@c TODO describe record type and give an example of how and
1820@c when to use it
1821Record type for policies.
1822
1823@node ATTRIBUTE
1824@subsubsection ATTRIBUTE
1825
1826@c TODO describe record type and give an example of how and
1827@c when to use it
1828Record type for reverse lookups.
1829
1830@node ABE KEY
1831@subsubsection ABE KEY
1832
1833@c TODO describe record type and give an example of how and
1834@c when to use it
1835Record type for ABE records.
1836
1837@node ABE MASTER
1838@subsubsection ABE MASTER
1839
1840@c TODO describe record type and give an example of how and
1841@c when to use it
1842Record type for ABE master keys.
1843
1844@node RECLAIM OIDC CLIENT
1845@subsubsection RECLAIM OIDC CLIENT
1846
1847@c TODO describe record type and give an example of how and
1848@c when to use it
1849Record type for reclaim OIDC clients.
1850
1851@node RECLAIM OIDC REDIRECT
1852@subsubsection RECLAIM OIDC REDIRECT
1853
1854@c TODO describe record type and give an example of how and
1855@c when to use it
1856Record type for reclaim OIDC redirect URIs.
1857
1858@node Synchronizing with legacy DNS 1761@node Synchronizing with legacy DNS
1859@subsection Synchronizing with legacy DNS 1762@subsection Synchronizing with legacy DNS
1860 1763