From baab6dc51690314331f051b2cdca642ded3731e8 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Tue, 15 Jun 2021 22:39:30 +0900 Subject: [PATCH] Update config --- templates/AdGuardHome.yaml.j2 | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/templates/AdGuardHome.yaml.j2 b/templates/AdGuardHome.yaml.j2 index bfa738d..63fb1aa 100644 --- a/templates/AdGuardHome.yaml.j2 +++ b/templates/AdGuardHome.yaml.j2 @@ -1,5 +1,6 @@ bind_host: 0.0.0.0 bind_port: 80 +beta_bind_port: 0 users: - name: benpro password: {{ host.data.app_password }} @@ -28,17 +29,18 @@ dns: ratelimit_whitelist: [] refuse_any: true upstream_dns: - - https://dns10.quad9.net/dns-query + - https://dns11.quad9.net/dns-query - https://dns.cloudflare.com/dns-query - - https://dns.google/dns-query + - tls://dns-unfiltered.adguard.com - quic://dns-unfiltered.adguard.com:784 + - tls://dns.google + - tls://public.dns.iij.jp + - tls://dns.nextdns.io + - https://doh.mullvad.net/dns-query upstream_dns_file: "" bootstrap_dns: - - 9.9.9.10 - - 149.112.112.10 - - 2620:fe::10 - - 2620:fe::fe:10 - all_servers: true + - 94.140.14.140 + all_servers: false fastest_addr: false allowed_clients: [] disallowed_clients: [] @@ -76,6 +78,17 @@ dns: - discord - ok - tiktok + - 9gag + - hulu + - whatsapp + - wechat + - tinder + - skype + - pinterest + - disneyplus + - qq + - weibo + customresolver: null tls: enabled: true server_name: dns.benpro.fr @@ -83,6 +96,8 @@ tls: port_https: 443 port_dns_over_tls: 853 port_dns_over_quic: 784 + port_dnscrypt: 0 + dnscrypt_config_file: "" allow_unencrypted_doh: false strict_sni_check: false certificate_chain: "" @@ -126,6 +141,11 @@ user_rules: - '||disqus.com^$important' - '@@||api2.branch.io^$important' - '@@||www.navitime.co.jp^$important' +- '@@||minexmr.com^$important' +- '@@||secure.rat.rakuten.co.jp^$important' +- '@@||searchapi.agoda.com^$important' +- '@@||analytics.agoda.com^$important' +- '@@||go.menu.jp^$important' - "" dhcp: enabled: false