mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-14 06:17:14 +02:00
13 lines
275 B
YAML
13 lines
275 B
YAML
SYN_DNS_WILDCARD_RECORDS: >-
|
|
{{
|
|
{} |
|
|
wildcard_records(
|
|
PRIMARY_DOMAIN,
|
|
networks.internet.ip4,
|
|
networks.internet.ip6,
|
|
parent_dns_proxied,
|
|
explicit_domains=CURRENT_PLAY_DOMAINS_ALL,
|
|
min_child_depth=2,
|
|
ipv6_enabled=true)
|
|
}}
|