Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
doc:dns [2015/09/13 14:02] – [Description of service] Romain Boissatdoc:dns [2015/09/13 14:05] – [Description of service] Romain Boissat
Line 24: Line 24:
   forwarders { 192.168.248.53; fd00:6b64:f3b0:53::1; };   forwarders { 192.168.248.53; fd00:6b64:f3b0:53::1; };
 }; };
 +</code></note>
 +
 +<note tip>**Unbound configuration example (forwarder)**
 +<code>
 +server:
 +(...)
 +    local-zone:         "168.192.in-addr.arpa." nodefault
 +    local-zone:         "0.b.3.f.4.6.b.6.0.0.d.f.ip6.arpa." transparent
 +
 +    domain-insecure:    "168.192.in-addr.arpa."
 +    domain-insecure:    "0.b.3.f.4.6.b.6.0.0.d.f.ip6.arpa."
 +(...)
 +
 +stub-zone:
 +  name:         168.192.in-addr.arpa.
 +  stub-addr:    fd00:6b64:f3b0:53::1
 +  stub-addr:    192.168.248.53
 +
 +stub-zone:
 +  name:         0.b.3.f.4.6.b.6.0.0.d.f.ip6.arpa.
 +  stub-addr:    fd00:6b64:f3b0:53::1
 +  stub-addr:    192.168.248.53
 +
 </code></note> </code></note>