mirror of
https://github.com/bitwarden/server.git
synced 2025-05-21 11:34:31 -05:00
add q9 secondary dns resolver
This commit is contained in:
parent
eec39827a5
commit
5f4c7eb122
@ -43,7 +43,7 @@ server {
|
|||||||
|
|
||||||
# Verify chain of trust of OCSP response using Root CA and Intermediate certs
|
# Verify chain of trust of OCSP response using Root CA and Intermediate certs
|
||||||
ssl_trusted_certificate {{{CaPath}}};
|
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}}
|
{{/if}}
|
||||||
|
|
||||||
include /etc/nginx/security-headers-ssl.conf;
|
include /etc/nginx/security-headers-ssl.conf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user