Skip to content

Commit

Permalink
Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBand committed Mar 10, 2020
1 parent 5b3e32b commit 986eb6d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 12 deletions.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

project = 'Unbound'
copyright = '2020, NLnet Labs'
author = 'NLnet Labs'
author = 'NLnet Labs (CC-BY 3.0)'

# The short X.Y version
version = ''
Expand Down
17 changes: 14 additions & 3 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,24 @@ distributions. Installation and configuration is designed to be easy. Setting up
a resolver for your machine or network can be done with only a few lines of
configuration.

This documentation is an open source project maintained by NLnet Labs. We always
appreciate your feedback and improvements. You can submit an issue or pull
request on the `GitHub repository
This documentation is an open source project maintained by NLnet Labs. is edited
via text files in the `reStructuredText
<http://www.sphinx-doc.org/en/stable/rest.html>`_ markup language and then
compiled into a static website/offline document using the open source `Sphinx
<http://www.sphinx-doc.org>`_ and `ReadTheDocs <https://readthedocs.org/>`_
tools.

We always appreciate your feedback and improvements. You can submit an issue or
pull request on the `GitHub repository
<https://github.com/NLnetLabs/unbound-manual/issues>`_, or post a message on the
`Unbound users <https://lists.nlnetlabs.nl/mailman/listinfo/unbound-users>`_
mailing list.

All the contents are under the permissive Creative Commons Attribution 3.0
(`CC-BY 3.0 <https://creativecommons.org/licenses/by/3.0/>`_) license, with
attribution to "The RPKI team at NLnet Labs and the RPKI community".


.. toctree::
:maxdepth: 2
:caption: Getting Started
Expand Down
2 changes: 2 additions & 0 deletions source/topics/filtering/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. index:: ! Filtering data, ! Manipulating data

.. _doc_filtering:

Filtering and Manipulating Data
Expand Down
17 changes: 10 additions & 7 deletions source/topics/filtering/rpz.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. _doc_filtering_rpz:
.. index:: RPZ, Response Policy Zones

.. _doc_filtering_rpz:

Response Policy Zones
=====================

Expand Down Expand Up @@ -31,6 +32,8 @@ There is, however, a policy format that will work on different resolver
implementations, and that has capabilities to be directly transferred and loaded
from external sources: Response Policy Zones (RPZ).

.. index:: RPZ policies

RPZ Policies
------------

Expand All @@ -50,6 +53,8 @@ The latest `RPZ draft
different policy triggers of which Unbound supports two: the QNAME trigger and
the Response IP Address trigger.

.. index:: QNAME Trigger

QNAME Trigger
-------------

Expand All @@ -74,6 +79,8 @@ wildcard record:
example.com.rpz.nlnetlabs.nl. TXT "trigger for example.com"
*.example.com.rpz.nlnetlabs.nl. TXT "trigger for *.example.com"
.. index:: RPZ actions

RPZ Actions
-----------

Expand Down Expand Up @@ -169,6 +176,8 @@ normally.
;; ANSWER SECTION:
www.example.com. 86400 IN TXT "v=spf1 -all"
.. index:: Response IP trigger

Response IP Address Trigger
---------------------------

Expand Down Expand Up @@ -368,9 +377,3 @@ only the policies from the social.rpz.example.com zone will be used, for
127.0.0.30 only the policies from the malware.rpz.example.com zone will be used,
and queries originated from 127.0.0.20 will be subjected to the policies from
both zones.


.. todo
Local Zones and Local Data
--------------------------
5 changes: 4 additions & 1 deletion source/topics/privacy/aggressive-nsec.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. index:: Aggressive NSEC, DNSSEC-Validated cache

.. _doc_privacy_aggressive_nsec:
.. index:: Aggressive NSEC, NSEC, DNSSEC-Validated cache

Aggressive NSEC
===============
Expand All @@ -24,6 +25,8 @@ the type in the query does not exist for the name in the query. The latter is
known as an answer with the NODATA pseudo response code, as specified in section
1 of :RFC:`2308`.

.. index:: NSEC records

NSEC (Next Secure) Records
--------------------------

Expand Down

0 comments on commit 986eb6d

Please sign in to comment.