Commit 8b98641d authored by nanahira's avatar nanahira

update resolv

parent 822c33d4
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
become: true become: true
copy: copy:
content: | content: |
nameserver 127.0.0.1
{% for dns in smartdns.china_dns %} {% for dns in smartdns.china_dns %}
nameserver {{dns}} nameserver {{dns}}
{% endfor %} {% endfor %}
......
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