From ee3e5857dd84d4d590d7ff0f4e210f71c1c4a5a5 Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+Kristof-Mattei@users.noreply.github.com> Date: Fri, 24 Sep 2021 08:32:53 -0700 Subject: [PATCH] Bumped date & used new resolver pattern --- adguard.subdomain.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adguard.subdomain.conf.sample b/adguard.subdomain.conf.sample index 5f3d2a3..e4a17fc 100644 --- a/adguard.subdomain.conf.sample +++ b/adguard.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2021/05/18 +## Version 2021/09/24 # make sure that your dns has a cname set for adguard and that your adguard container is named adguard server { @@ -52,7 +52,7 @@ server { # to properly use this please set `allow_unencrypted_doh: true` and `force_https: false` in adguard # see https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#configuration-file include /config/nginx/proxy.conf; - resolver 127.0.0.11 valid=30s; + include /config/nginx/resolver.conf; set $upstream_app adguard; set $upstream_port 80; set $upstream_proto http;