mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-05 04:40:37 +00:00
Added add and remove custom rules
This commit is contained in:
parent
6800c6f20f
commit
d12a1134f0
8 changed files with 359 additions and 14 deletions
|
@ -17,7 +17,7 @@ class Filtering {
|
|||
class FilteringData {
|
||||
final List<Filter> filters;
|
||||
final List<Filter> whitelistFilters;
|
||||
final List<String> userRules;
|
||||
List<String> userRules;
|
||||
final int interval;
|
||||
final bool enabled;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue