| --- |
| # unbound defaults/main.yml |
| # |
| # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| # which IP addresses to listen on |
| unbound_listen_default: false |
| unbound_listen_ips: [] |
| |
| # which addresses to answer queries for |
| unbound_allow_all: false |
| unbound_allow_ips: "{{ unbound_listen_ips }}" |
| |
| # IP of authoritative nameserver that serves stub zones |
| unbound_authoritative_server_ip: "127.0.0.1" |
| |
| # Forwarders |
| unbound_forward_zones: [] |
| |
| # Reverse zones, used to allow queries against RFC1918 domains |
| unbound_reverse_zones: [] |
| |
| # DNS forward/reverse zones, see also NSD role |
| dns_forward_zones: {} |
| dns_reverse_zones: {} |