mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Update AdGuardHome.yaml
This commit is contained in:
parent
e2651561f6
commit
39ba7817f7
1 changed files with 24 additions and 10 deletions
|
@ -29,6 +29,7 @@ dns:
|
||||||
refuse_any: true
|
refuse_any: true
|
||||||
upstream_dns:
|
upstream_dns:
|
||||||
- https://dns10.quad9.net/dns-query
|
- https://dns10.quad9.net/dns-query
|
||||||
|
upstream_dns_file: ""
|
||||||
bootstrap_dns:
|
bootstrap_dns:
|
||||||
- 9.9.9.10
|
- 9.9.9.10
|
||||||
- 149.112.112.10
|
- 149.112.112.10
|
||||||
|
@ -38,7 +39,10 @@ dns:
|
||||||
fastest_addr: false
|
fastest_addr: false
|
||||||
allowed_clients: []
|
allowed_clients: []
|
||||||
disallowed_clients: []
|
disallowed_clients: []
|
||||||
blocked_hosts: []
|
blocked_hosts:
|
||||||
|
- version.bind
|
||||||
|
- id.server
|
||||||
|
- hostname.bind
|
||||||
cache_size: 4194304
|
cache_size: 4194304
|
||||||
cache_ttl_min: 0
|
cache_ttl_min: 0
|
||||||
cache_ttl_max: 0
|
cache_ttl_max: 0
|
||||||
|
@ -46,6 +50,8 @@ dns:
|
||||||
aaaa_disabled: false
|
aaaa_disabled: false
|
||||||
enable_dnssec: false
|
enable_dnssec: false
|
||||||
edns_client_subnet: false
|
edns_client_subnet: false
|
||||||
|
max_goroutines: 300
|
||||||
|
ipset: []
|
||||||
filtering_enabled: true
|
filtering_enabled: true
|
||||||
filters_update_interval: 24
|
filters_update_interval: 24
|
||||||
parental_enabled: false
|
parental_enabled: false
|
||||||
|
@ -63,6 +69,7 @@ tls:
|
||||||
force_https: false
|
force_https: false
|
||||||
port_https: 443
|
port_https: 443
|
||||||
port_dns_over_tls: 853
|
port_dns_over_tls: 853
|
||||||
|
port_dns_over_quic: 784
|
||||||
allow_unencrypted_doh: false
|
allow_unencrypted_doh: false
|
||||||
strict_sni_check: false
|
strict_sni_check: false
|
||||||
certificate_chain: ""
|
certificate_chain: ""
|
||||||
|
@ -75,8 +82,8 @@ filters:
|
||||||
name: AdGuard DNS filter
|
name: AdGuard DNS filter
|
||||||
id: 1
|
id: 1
|
||||||
- enabled: false
|
- enabled: false
|
||||||
url: https://github.com/AdAway/adaway.github.io/blob/master/hosts.txt
|
url: https://adaway.org/hosts.txt
|
||||||
name: AdAway
|
name: AdAway Default Blocklist
|
||||||
id: 2
|
id: 2
|
||||||
- enabled: false
|
- enabled: false
|
||||||
url: https://www.malwaredomainlist.com/hostslist/hosts.txt
|
url: https://www.malwaredomainlist.com/hostslist/hosts.txt
|
||||||
|
@ -87,12 +94,19 @@ user_rules: []
|
||||||
dhcp:
|
dhcp:
|
||||||
enabled: false
|
enabled: false
|
||||||
interface_name: ""
|
interface_name: ""
|
||||||
gateway_ip: ""
|
dhcpv4:
|
||||||
subnet_mask: ""
|
gateway_ip: ""
|
||||||
range_start: ""
|
subnet_mask: ""
|
||||||
range_end: ""
|
range_start: ""
|
||||||
lease_duration: 86400
|
range_end: ""
|
||||||
icmp_timeout_msec: 1000
|
lease_duration: 86400
|
||||||
|
icmp_timeout_msec: 1000
|
||||||
|
options: []
|
||||||
|
dhcpv6:
|
||||||
|
range_start: ""
|
||||||
|
lease_duration: 86400
|
||||||
|
ra_slaac_only: false
|
||||||
|
ra_allow_slaac: false
|
||||||
clients: []
|
clients: []
|
||||||
log_compress: false
|
log_compress: false
|
||||||
log_localtime: false
|
log_localtime: false
|
||||||
|
@ -101,4 +115,4 @@ log_max_size: 100
|
||||||
log_max_age: 3
|
log_max_age: 3
|
||||||
log_file: ""
|
log_file: ""
|
||||||
verbose: false
|
verbose: false
|
||||||
schema_version: 6
|
schema_version: 7
|
||||||
|
|
Loading…
Add table
Reference in a new issue