AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home/overview.html
GNU General Public License v3.0
25.63k stars 1.84k forks source link

Lets don't keep filters files locally (as option) #7417

Open luckydevil13 opened 2 weeks ago

luckydevil13 commented 2 weeks ago

Prerequisites

The problem

Openwrt. I need persistent static DHCP leases - setup working dir to keep files (leases + filters + session) on NAND. On every update of filter we have additional writes to NAND.

Looks like filters could be downloaded to /tmp and compiled and removed. I don't need downloaded filters files on flash.

Proposed solution

lets add option to config: not keep files in work_dir/filter/*

Alternatives considered and additional information

No response