mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
security/q-feeds-connector: wrap up this revision
This commit is contained in:
parent
acbaa92aad
commit
92fb6dcb2d
4 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PLUGIN_NAME= q-feeds-connector
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= Connector for Q-Feeds threat intel
|
||||
PLUGIN_MAINTAINER= devel@qfeeds.com
|
||||
PLUGIN_TIER= 2
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Plugin Changelog
|
|||
1.4
|
||||
|
||||
* Feature: Added DNSCrypt-Proxy integration
|
||||
* Bugfix: Track loaded lists when deselected and reload Unbounds blocklist in that case
|
||||
|
||||
1.3
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/local/bin/python3
|
||||
|
||||
"""
|
||||
Copyright (c) 2025-2026 Deciso B.V.
|
||||
Copyright (c) 2025 Deciso B.V.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/local/bin/python3
|
||||
|
||||
"""
|
||||
Copyright (c) 2025 Deciso B.V.
|
||||
Copyright (c) 2025-2026 Deciso B.V.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
|||
Loading…
Reference in a new issue