roles/nginx: Default to Cloudflare public DNS for TLS stapling

No need to give Google even more data or free advertising by using
this as the default! In practice I always use the DNS servers from
the VPS provider anyways.
This commit is contained in:
Alan Orth 2018-04-30 17:51:59 +03:00
parent 54d62feead
commit bda95b6a1c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
# use Linode internal DNS
resolver 139.162.139.5 139.162.130.5 [2a01:7e01::5] [2a01:7e01::6];
{% else %}
resolver 8.8.8.8 8.8.4.4 [2001:4860:4860::8844] [2001:4860:4860::8888];
resolver 1.1.1.1 1.0.0.1 [2606:4700:4700::1111] [2606:4700:4700::1001];
{% endif %} {# end: linode_id #}
{% endif %} {# end: use_letsencrypt #}