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:
parent
54d62feead
commit
bda95b6a1c
@ -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 #}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user