Move unbound.conf.d examples to separate files

Makes it easier for downstream distros to use the files.
pull/174/head
Jeremy Rand 1 year ago
parent 46dcbb864b
commit f877ec7657
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -28,19 +28,11 @@ Using ncdns with a recursive resolver
------------------------------------- -------------------------------------
Of course the daemon can also be used simply as an authoritative nameserver for Of course the daemon can also be used simply as an authoritative nameserver for
bit. directly. One way to do this is to run a recursive resolver (such as bit. directly. One way to do this is to run a recursive resolver (such as
Unbound) and configure it to serve the zone as a 'stub zone'. Here is an example Unbound) and configure it to serve the zone as a 'stub zone'. An example
unbound configuration: Unbound configuration is in `_doc/unbound.conf.d/ncdns.conf`.
server: If you don't want to use DNSSEC, an additional Unbound configuration is in
do-not-query-localhost: no `_doc/unbound.conf.d/ncdns-insecure.conf`.
stub-zone:
name: bit.
stub-addr: 127.0.0.1@1153
If you don't want to use DNSSEC, also add:
server:
domain-insecure: bit.
If you do want to use DNSSEC, see the instructions below. If you do want to use DNSSEC, see the instructions below.

@ -0,0 +1,2 @@
server:
domain-insecure: bit.

@ -0,0 +1,7 @@
server:
do-not-query-localhost: no
stub-zone:
name: bit.
stub-addr: 127.0.0.1@5391
stub-prime: no
stub-first: no
Loading…
Cancel
Save