Switch tertiary DNS used for OCSP checking to OpenDNS (#235)

Oracle is shutting down Dyn DNS in 2020.
This commit is contained in:
Pete Cooper 2019-06-25 23:12:26 +01:00 committed by Léo Colombaro
parent bc39e4c07d
commit a1a746a347
1 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
# (2) Use Google 8.8.8.8 DNS resolver # (2) Use Google 8.8.8.8 DNS resolver
# https://developers.google.com/speed/public-dns/docs/using # https://developers.google.com/speed/public-dns/docs/using
# #
# (3) Use Dyn DNS resolver # (3) Use OpenDNS resolver
# https://help.dyn.com/internet-guide-setup/ # https://use.opendns.com
ssl_stapling on; ssl_stapling on;
ssl_stapling_verify on; ssl_stapling_verify on;
@ -29,6 +29,6 @@ resolver
# (2) # (2)
8.8.8.8 8.8.4.4 [2001:4860:4860::8888] [2001:4860:4860::8844] 8.8.8.8 8.8.4.4 [2001:4860:4860::8888] [2001:4860:4860::8844]
# (3) # (3)
# 216.146.35.35 216.146.36.36 # 208.67.222.222 208.67.220.220 [2620:119:35::35] [2620:119:53::53]
valid=60s; valid=60s;
resolver_timeout 2s; resolver_timeout 2s;