Commit 096c2f39 authored by nanahira's avatar nanahira

fix

parent d14870ac
...@@ -48,10 +48,12 @@ server {{dns}} -group china -exclude-default-group ...@@ -48,10 +48,12 @@ server {{dns}} -group china -exclude-default-group
nameserver /{{domain}}/china nameserver /{{domain}}/china
{% endfor %} {% endfor %}
{% if smartdns.https_dns is defined and smartdns.https_dns %}
# Query HTTPS DNS domains by China DNS # Query HTTPS DNS domains by China DNS
{% for dns in smartdns.https_dns %} {% for dns in smartdns.https_dns %}
nameserver /{{dns}}/china nameserver /{{dns}}/china
{% endfor %} {% endfor %}
{% endif %}
# china list # china list
conf-file /etc/smartdns/china-list.conf conf-file /etc/smartdns/china-list.conf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment