Commit b1be5af4 authored by nanahira's avatar nanahira

add trusted dns

parent 52fdd7df
......@@ -38,6 +38,13 @@ server-https https://{{dns}}/dns-query -group tls
{% endfor %}
{% endif %}
{% if smartdns.trusted_dns is defined and smartdns.trusted_dns %}
# Trusted DNSes
{% for dns in smartdns.trusted_dns %}
server {{dns}} -group tls
{% endfor %}
{% endif %}
# China DNSes
{% for dns in smartdns.china_dns %}
server {{dns}} -group china -exclude-default-group
......
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