adguard-home/templates/AdGuardHome.yaml.j2
changeset 50 15edca738a31
child 54 1ea4f1c7c675
equal deleted inserted replaced
49:05924a38d51f 50:15edca738a31
       
     1 bind_host: 0.0.0.0
       
     2 bind_port: 80
       
     3 users:
       
     4 - name: admin
       
     5   password: $2a$10$Zs3krtMBhUxje0yHHIA/neADb56jsC/QlJHcjSxNVNtF72bBONJMW
       
     6 http_proxy: ""
       
     7 language: ""
       
     8 rlimit_nofile: 0
       
     9 debug_pprof: false
       
    10 web_session_ttl: 720
       
    11 dns:
       
    12   bind_host: 0.0.0.0
       
    13   port: 53
       
    14   statistics_interval: 1
       
    15   querylog_enabled: true
       
    16   querylog_interval: 90
       
    17   querylog_size_memory: 1000
       
    18   anonymize_client_ip: false
       
    19   protection_enabled: true
       
    20   blocking_mode: default
       
    21   blocking_ipv4: ""
       
    22   blocking_ipv6: ""
       
    23   blocked_response_ttl: 10
       
    24   parental_block_host: family-block.dns.adguard.com
       
    25   safebrowsing_block_host: standard-block.dns.adguard.com
       
    26   ratelimit: 20
       
    27   ratelimit_whitelist: []
       
    28   refuse_any: true
       
    29   upstream_dns:
       
    30   - https://dns10.quad9.net/dns-query
       
    31   bootstrap_dns:
       
    32   - 9.9.9.10
       
    33   - 149.112.112.10
       
    34   - 2620:fe::10
       
    35   - 2620:fe::fe:10
       
    36   all_servers: false
       
    37   fastest_addr: false
       
    38   allowed_clients: []
       
    39   disallowed_clients: []
       
    40   blocked_hosts: []
       
    41   cache_size: 4194304
       
    42   cache_ttl_min: 0
       
    43   cache_ttl_max: 0
       
    44   bogus_nxdomain: []
       
    45   aaaa_disabled: false
       
    46   enable_dnssec: false
       
    47   edns_client_subnet: false
       
    48   filtering_enabled: true
       
    49   filters_update_interval: 24
       
    50   parental_enabled: false
       
    51   safesearch_enabled: false
       
    52   safebrowsing_enabled: false
       
    53   safebrowsing_cache_size: 1048576
       
    54   safesearch_cache_size: 1048576
       
    55   parental_cache_size: 1048576
       
    56   cache_time: 30
       
    57   rewrites: []
       
    58   blocked_services: []
       
    59 tls:
       
    60   enabled: false
       
    61   server_name: ""
       
    62   force_https: false
       
    63   port_https: 443
       
    64   port_dns_over_tls: 853
       
    65   allow_unencrypted_doh: false
       
    66   strict_sni_check: false
       
    67   certificate_chain: ""
       
    68   private_key: ""
       
    69   certificate_path: ""
       
    70   private_key_path: ""
       
    71 filters:
       
    72 - enabled: true
       
    73   url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
       
    74   name: AdGuard Simplified Domain Names filter
       
    75   id: 1
       
    76 - enabled: false
       
    77   url: https://adaway.org/hosts.txt
       
    78   name: AdAway
       
    79   id: 2
       
    80 - enabled: false
       
    81   url: https://www.malwaredomainlist.com/hostslist/hosts.txt
       
    82   name: MalwareDomainList.com Hosts List
       
    83   id: 4
       
    84 whitelist_filters: []
       
    85 user_rules: []
       
    86 dhcp:
       
    87   enabled: false
       
    88   interface_name: ""
       
    89   gateway_ip: ""
       
    90   subnet_mask: ""
       
    91   range_start: ""
       
    92   range_end: ""
       
    93   lease_duration: 86400
       
    94   icmp_timeout_msec: 1000
       
    95 clients: []
       
    96 log_file: ""
       
    97 verbose: false
       
    98 schema_version: 6