File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
local_dns_ip = var.nodelocaldns_localdns_ip
8
8
custom_upstream_svc_name = var.nodelocaldns_custom_upstream_svc_name
9
9
enable_logging = var.nodelocaldns_enable_logging
10
- no_ipv6_lookups = var.ip_dual_stack_enabled ? var. nodelocaldns_no_ipv6_lookups : false
10
+ no_ipv6_lookups = var.nodelocaldns_no_ipv6_lookups
11
11
prefetch_enabled = var.nodelocaldns_cache_prefetch_enabled
12
12
setup_interface = var.nodelocaldns_setup_interface
13
13
setup_iptables = var.nodelocaldns_setup_iptables
Original file line number Diff line number Diff line change @@ -1661,7 +1661,7 @@ variable "nodelocaldns_enable_logging" {
1661
1661
variable "nodelocaldns_no_ipv6_lookups" {
1662
1662
description = " Disable IPv6 lookups, If true, return NOERROR when attempting to resolve an IPv6 address"
1663
1663
type = bool
1664
- default = true
1664
+ default = false
1665
1665
}
1666
1666
1667
1667
variable "nodelocaldns_cache_prefetch_enabled" {
You can’t perform that action at this time.
0 commit comments