update to latest 2.26.0 kubespray version and add dns zones settings to coredns
This commit is contained in:
@@ -35,6 +35,13 @@ restrict -6 default kod notrap nomodify nopeer noquery limited
|
||||
restrict {{ item }}
|
||||
{% endfor %}
|
||||
|
||||
# Needed for filtering interfaces
|
||||
{% if ntp_filter_interface %}
|
||||
{% for item in ntp_interfaces %}
|
||||
interface {{ item }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
# Needed for adding pool entries
|
||||
restrict source notrap nomodify noquery
|
||||
|
||||
|
||||
Reference in New Issue
Block a user