mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add TODO with all extension types to support downloading
This commit is contained in:
parent
0cc92c8ff3
commit
0b0eb9237c
1 changed files with 29 additions and 0 deletions
|
|
@ -6,6 +6,35 @@
|
|||
using FilterLists.Agent.Entities;
|
||||
using MediatR;
|
||||
|
||||
/*
|
||||
TODO: support downloading all of the following extensions
|
||||
"" (no extension)
|
||||
7z
|
||||
acl
|
||||
action
|
||||
all
|
||||
aspx
|
||||
bat
|
||||
blacklist
|
||||
conf
|
||||
csv
|
||||
dat
|
||||
deny
|
||||
host
|
||||
hosts
|
||||
ips
|
||||
ipset
|
||||
json
|
||||
list
|
||||
lsrules
|
||||
netset
|
||||
p2p
|
||||
php
|
||||
tpl
|
||||
txt
|
||||
zip
|
||||
*/
|
||||
|
||||
namespace FilterLists.Agent.ListArchiver
|
||||
{
|
||||
public static class DownloadList
|
||||
|
|
|
|||
Loading…
Reference in a new issue