mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-10 17:31:40 -04:00
security/q-feeds-connector: now fix style as lint works ;)
This commit is contained in:
parent
765f8d80e6
commit
3931aaaff4
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ Plugin Changelog
|
|||
|
||||
1.2
|
||||
|
||||
* fix rule parsing
|
||||
* fix rule parsing
|
||||
* bug fixes for unbound blocklist support
|
||||
|
||||
1.1
|
||||
|
|
|
|||
|
|
@ -78,4 +78,4 @@ class PFLogCrawler:
|
|||
if (idx % 100000 == 0 and time.time() - start_time > max_time) or rows_processed >= max_results:
|
||||
return result
|
||||
|
||||
return result
|
||||
return result
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
not helpers.empty('OPNsense.QFeedsConnector.general.enable_unbound_bl') %}
|
||||
[settings]
|
||||
filenames=/var/db/qfeeds-tables/malware_domains.txt
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue