Compare commits

..

No commits in common. "f404952e0e9d1c37575122b8a954c372b690e4fb" and "1133ca356f24db89a6e206d5fa26e146927f1317" have entirely different histories.

3 changed files with 10 additions and 11 deletions

View File

@ -2,7 +2,7 @@
-- PostgreSQL database dump -- PostgreSQL database dump
-- --
\restrict 4RPpnLLawnEzbPG06wcgYKnNzVGqIJuRjSjDeScvkTkNVXRvYDJ4WaTOJoMleVa \restrict tgCSU0lsazWYhvZDtJSySVv0XWsanBDacMCTKBwtKYs25ogGpWpmf5QkuPPQcwM
-- Dumped from database version 16.11 (74c6bb6) -- Dumped from database version 16.11 (74c6bb6)
-- Dumped by pg_dump version 16.10 -- Dumped by pg_dump version 16.10
@ -387,5 +387,5 @@ ALTER TABLE ONLY public.public_blacklist_ips
-- PostgreSQL database dump complete -- PostgreSQL database dump complete
-- --
\unrestrict 4RPpnLLawnEzbPG06wcgYKnNzVGqIJuRjSjDeScvkTkNVXRvYDJ4WaTOJoMleVa \unrestrict tgCSU0lsazWYhvZDtJSySVv0XWsanBDacMCTKBwtKYs25ogGpWpmf5QkuPPQcwM

View File

@ -263,7 +263,6 @@ PARSERS: Dict[str, type[ListParser]] = {
'talos': TalosParser, 'talos': TalosParser,
'aws': AWSParser, 'aws': AWSParser,
'gcp': GCPParser, 'gcp': GCPParser,
'google': GCPParser,
'cloudflare': CloudflareParser, 'cloudflare': CloudflareParser,
'iana': IANAParser, 'iana': IANAParser,
'ntp': NTPPoolParser, 'ntp': NTPPoolParser,

View File

@ -1,13 +1,7 @@
{ {
"version": "1.0.102", "version": "1.0.101",
"lastUpdate": "2026-01-02T16:16:47.939Z", "lastUpdate": "2026-01-02T16:14:47.174Z",
"changelog": [ "changelog": [
{
"version": "1.0.102",
"date": "2026-01-02",
"type": "patch",
"description": "Deployment automatico v1.0.102"
},
{ {
"version": "1.0.101", "version": "1.0.101",
"date": "2026-01-02", "date": "2026-01-02",
@ -301,6 +295,12 @@
"date": "2025-11-24", "date": "2025-11-24",
"type": "patch", "type": "patch",
"description": "Deployment automatico v1.0.53" "description": "Deployment automatico v1.0.53"
},
{
"version": "1.0.52",
"date": "2025-11-24",
"type": "patch",
"description": "Deployment automatico v1.0.52"
} }
] ]
} }