diff --git a/src/ui/conf/zone/sources.json b/src/ui/conf/zone/sources.json index d4065ec6..d28ee3ba 100644 --- a/src/ui/conf/zone/sources.json +++ b/src/ui/conf/zone/sources.json @@ -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": "" } ] diff --git a/src/ui/conf/zone/types.json b/src/ui/conf/zone/types.json index fdf4bf99..dbc972f3 100644 --- a/src/ui/conf/zone/types.json +++ b/src/ui/conf/zone/types.json @@ -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