#9 Integration into IPfires new feature "IP Address Blocklists"

Open
opened 1 year ago by DB4711 · 1 comments
DB4711 commented 1 year ago

Hello maloe,

IPfire has a new feature "IP Address Blocklists". Wouldn't it be a great place for the integration of this script into this GUI?

Regards

Hello maloe, IPfire has a new feature "IP Address Blocklists". Wouldn't it be a great place for the integration of this script into this GUI? Regards
maloe commented 1 year ago
Owner

Hello,

nice idea because it could be quite fast (though not tested yet). It seems to be easy to import result-lists from the ASN-IPFire_Script by adding new entries to the IP Address Blocklists sources in the file /var/ipfire/ipblocklist/source , like this one:

        'ASN_IPFire'      => { 'name'     => 'ASN_IPFire_Script',
                                'url'      => 'file://var/ipfire/ipblocklist/asn_result.lst',
                                'info'     => 'https://notabug.org/maloe/ASN_IPFire_Script',
                                'parser'   => 'ip-or-net-list',
                                'rate'     => '30d',
                                'category' => 'reputation' }

Only problem: this doesn't work with local files and requires the asn_result.lst to be available via https. Adjust the above url parameter!

Hello, nice idea because it could be quite fast (though not tested yet). It seems to be easy to import result-lists from the ASN-IPFire_Script by adding new entries to the IP Address Blocklists sources in the file /var/ipfire/ipblocklist/source , like this one: 'ASN_IPFire' => { 'name' => 'ASN_IPFire_Script', 'url' => 'file://var/ipfire/ipblocklist/asn_result.lst', 'info' => 'https://notabug.org/maloe/ASN_IPFire_Script', 'parser' => 'ip-or-net-list', 'rate' => '30d', 'category' => 'reputation' } Only problem: this doesn't work with local files and requires the asn_result.lst to be available via https. Adjust the above url parameter!
Sign in to join this conversation.
No Label
No Milestone
No assignee
2 Participants
Loading...
Cancel
Save
There is no content yet.