mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Change configuration option for REPLY_WHEN_BUSY ACCEPT > ALLOW
Signed-off-by: Marc <sticki@sticki.de>
This commit is contained in:
+1
-1
@@ -691,7 +691,7 @@ void read_FTLconf(void)
|
||||
// defaults to: DROP
|
||||
buffer = parse_FTLconf(fp, "REPLY_WHEN_BUSY");
|
||||
|
||||
if(buffer != NULL && strcasecmp(buffer, "ACCEPT") == 0)
|
||||
if(buffer != NULL && strcasecmp(buffer, "ALLOW") == 0)
|
||||
{
|
||||
config.reply_when_busy = BUSY_ALLOW;
|
||||
logg(" REPLY_WHEN_BUSY: Permit queries when the database is busy");
|
||||
|
||||
Reference in New Issue
Block a user