mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-14 14:26:04 +02:00
sys-dns-wildcards: always create apex wildcard (*.apex); use explicit_domains for CURRENT_PLAY_DOMAINS_ALL list; update README and unit tests. Ref: https://chatgpt.com/share/68c37a74-7468-800f-a612-765bbbd442de
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
SYN_DNS_WILDCARD_RECORDS: >-
|
||||
{{ CURRENT_PLAY_DOMAINS_ALL
|
||||
| wildcard_records(
|
||||
PRIMARY_DOMAIN,
|
||||
defaults_networks.internet.ip4,
|
||||
(defaults_networks.internet.ip6 | default('')),
|
||||
parent_dns_proxied,
|
||||
(parent_dns_domains | default([])),
|
||||
2,
|
||||
parent_dns_ipv6_enabled
|
||||
)
|
||||
{{
|
||||
{} |
|
||||
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)
|
||||
}}
|
||||
|
Reference in New Issue
Block a user