mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 18:09:47 +03:00
* config: set "default" blocking mode by default
This commit is contained in:
parent
07ebcc2bf3
commit
8daca1a55a
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ var config = configuration{
|
|||
StatsInterval: 1,
|
||||
FilteringConfig: dnsforward.FilteringConfig{
|
||||
ProtectionEnabled: true, // whether or not use any of dnsfilter features
|
||||
BlockingMode: "null_ip", // mode how to answer filtered requests
|
||||
BlockingMode: "default", // mode how to answer filtered requests
|
||||
BlockedResponseTTL: 10, // in seconds
|
||||
Ratelimit: 20,
|
||||
RefuseAny: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue