Updating adguard config. - selfhost - Incus configurations for my self-hosted setup.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 301d4bdd877bc54bbf66723e3e0bad65457f5c88
 (DIR) parent 1cccbb9ba340e0c0af70679f15d3c01798cd5f3e
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Mon,  8 Jul 2024 18:38:44 +0100
       
       Updating adguard config.
       
       Diffstat:
         M adguard/files/AdGuardHome.yaml      |      10 +++++++---
       
       1 file changed, 7 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/adguard/files/AdGuardHome.yaml b/adguard/files/AdGuardHome.yaml
       @@ -6,7 +6,7 @@ http:
          session_ttl: 720h
        users:
          - name: jay
       -    password: $2a$10$.EuQlNc66Fx4NaH5jn7AC.jUyOJToWTIc7xAaY8Me3j5vFyhwD8H6
       +    password: $2y$10$mr.QdvENDEApcFtnoXMjneax79u42dhq8heltpjLusD4nuk2R2iiq
        auth_attempts: 5
        block_auth_min: 15
        http_proxy: ""
       @@ -86,8 +86,8 @@ tls:
        querylog:
          dir_path: ""
          ignored:
       -    - adguard.jay.scot
       -  interval: 2160h
       +    - '*.jay.scot'
       +  interval: 6h
          size_memory: 1000
          enabled: true
          file_enabled: true
       @@ -157,6 +157,10 @@ filtering:
              answer: 192.168.2.10
            - domain: nas.jay.scot
              answer: 192.168.2.14
       +    - domain: jellyfin.jay.scot
       +      answer: 192.168.2.15
       +    - domain: feeds.jay.scot
       +      answer: 192.168.2.16
          safebrowsing_cache_size: 1048576
          safesearch_cache_size: 1048576
          parental_cache_size: 1048576