feat: default resolvers

This commit is contained in:
Strix 2023-10-20 03:59:04 +02:00
parent 100626f093
commit 0a1257b223
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -19,6 +19,9 @@ http {
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
# docker resolver and quad9;
resolver 127.0.0.11 9.9.9.9 ipv6=off;
access_log /var/log/nginx/access.log main;
sendfile on;