mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:46:03 +00:00
UI: Zone Sources: Add FireHOL.
This commit is contained in:
parent
e29d428ff7
commit
0aaed055a2
@ -9,8 +9,15 @@
|
||||
{
|
||||
"code": "file",
|
||||
"title": "Addresses from Local File",
|
||||
"zoneType": "file",
|
||||
"zoneType": "gen",
|
||||
"url": "",
|
||||
"formData": ""
|
||||
},
|
||||
{
|
||||
"code": "firehol_level1",
|
||||
"title": "FireHOL Level-1 (attacks)",
|
||||
"zoneType": "gen",
|
||||
"url": "https://iplists.firehol.org/files/firehol_level1.netset",
|
||||
"formData": ""
|
||||
}
|
||||
]
|
||||
|
@ -8,9 +8,9 @@
|
||||
"emptyNetMask": 24
|
||||
},
|
||||
{
|
||||
"code": "file",
|
||||
"title": "File",
|
||||
"description": "Local File",
|
||||
"code": "gen",
|
||||
"title": "Generic",
|
||||
"description": "Generic list",
|
||||
"sort": true,
|
||||
"pattern": "^\\D*(\\S+)",
|
||||
"emptyNetMask": 32
|
||||
|
Loading…
Reference in New Issue
Block a user