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

開啟中
DB47111 年之前創建 · 1 條評論
DB4711 commented 1 年之前

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 年之前
所有者

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.
未選擇標籤
未選擇里程碑
未指派成員
2 參與者
正在加載...
取消
保存
尚未有任何內容