1
0
mirror of https://github.com/bitwarden/server.git synced 2025-03-09 12:59:09 +01:00

add q9 secondary dns resolver

This commit is contained in:
Kyle Spearrin 2019-08-05 07:36:31 -04:00
parent eec39827a5
commit 5f4c7eb122

View File

@ -43,7 +43,7 @@ server {
# Verify chain of trust of OCSP response using Root CA and Intermediate certs
ssl_trusted_certificate {{{CaPath}}};
resolver 1.1.1.1 1.0.0.1 9.9.9.9 valid=300s;
resolver 1.1.1.1 1.0.0.1 9.9.9.9 149.112.112.112 valid=300s;
{{/if}}
include /etc/nginx/security-headers-ssl.conf;