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
a9ce0626b8
commit
b21d2075a1
1 changed files with 8 additions and 2 deletions
|
@ -13,6 +13,7 @@ dns:
|
||||||
port: 53
|
port: 53
|
||||||
statistics_interval: 1
|
statistics_interval: 1
|
||||||
querylog_enabled: true
|
querylog_enabled: true
|
||||||
|
querylog_file_enabled: true
|
||||||
querylog_interval: 90
|
querylog_interval: 90
|
||||||
querylog_size_memory: 1000
|
querylog_size_memory: 1000
|
||||||
anonymize_client_ip: false
|
anonymize_client_ip: false
|
||||||
|
@ -71,10 +72,10 @@ tls:
|
||||||
filters:
|
filters:
|
||||||
- enabled: true
|
- enabled: true
|
||||||
url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
|
url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
|
||||||
name: AdGuard Simplified Domain Names filter
|
name: AdGuard DNS filter
|
||||||
id: 1
|
id: 1
|
||||||
- enabled: false
|
- enabled: false
|
||||||
url: https://adaway.org/hosts.txt
|
url: https://github.com/AdAway/adaway.github.io/blob/master/hosts.txt
|
||||||
name: AdAway
|
name: AdAway
|
||||||
id: 2
|
id: 2
|
||||||
- enabled: false
|
- enabled: false
|
||||||
|
@ -93,6 +94,11 @@ dhcp:
|
||||||
lease_duration: 86400
|
lease_duration: 86400
|
||||||
icmp_timeout_msec: 1000
|
icmp_timeout_msec: 1000
|
||||||
clients: []
|
clients: []
|
||||||
|
log_compress: false
|
||||||
|
log_localtime: false
|
||||||
|
log_max_backups: 0
|
||||||
|
log_max_size: 100
|
||||||
|
log_max_age: 3
|
||||||
log_file: ""
|
log_file: ""
|
||||||
verbose: false
|
verbose: false
|
||||||
schema_version: 6
|
schema_version: 6
|
||||||
|
|
Loading…
Add table
Reference in a new issue