Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| protocols:dns [2023/08/17 16:48] – [Unbound] gerardorourke | protocols:dns [2023/08/17 16:50] (current) – [Unbound - example config with Local DNS Zone] gerardorourke | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== Useful Links ===== | ===== Useful Links ===== | ||
| *https:// | *https:// | ||
| + | *https:// | ||
| ===== Unbound - example config with Local DNS Zone===== | ===== Unbound - example config with Local DNS Zone===== | ||
| Line 42: | Line 43: | ||
| local-data-ptr: | local-data-ptr: | ||
| - | # listen on all interfaces, answer queries from the local subnet. | + | # listen on all IPv4 interfaces, answer queries from the local subnet. |
| interface: 0.0.0.0 | interface: 0.0.0.0 | ||
| - | interface: ::0 | + | |
| + | #interface: ::0 | ||
| # access control list | # access control list | ||
| access-control: | access-control: | ||
| - | access-control: | + | |
| access-control: | access-control: | ||