You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
287 B
16 lines
287 B
2 years ago
|
(common) {
|
||
|
root {{ (coredns_conf_dir ~ '/') | quote }}
|
||
|
file {{ ((ns_tld | d(int_tld)) ~ '.zone') | quote }}
|
||
|
|
||
|
any
|
||
|
bufsize {{ ns_edns0_bufsize | d(1232) }}
|
||
|
errors
|
||
|
loadbalance
|
||
|
}
|
||
|
|
||
|
{{ ns_tld | d(int_tld) }} {
|
||
|
import common
|
||
|
}
|
||
|
|
||
|
import {{ coredns_tls_file | quote }}
|