зеркало из https://github.com/mozilla/MozDef.git
Remove unrelated comments to rest plugins
This commit is contained in:
Родитель
589cf2c0d0
Коммит
879f6f6e6e
|
@ -74,11 +74,6 @@ class message(object):
|
||||||
(self.options, args) = myparser.parse_args([])
|
(self.options, args) = myparser.parse_args([])
|
||||||
|
|
||||||
# fill self.options with plugin-specific options
|
# fill self.options with plugin-specific options
|
||||||
|
|
||||||
# options for your custom/internal ip blocking service
|
|
||||||
# mozilla's is called banhammer
|
|
||||||
# and uses an intermediary mysql DB
|
|
||||||
# here we set credentials
|
|
||||||
self.options.mongohost = getConfig(
|
self.options.mongohost = getConfig(
|
||||||
'mongohost',
|
'mongohost',
|
||||||
'localhost',
|
'localhost',
|
||||||
|
|
|
@ -84,11 +84,6 @@ class message(object):
|
||||||
(self.options, args) = myparser.parse_args([])
|
(self.options, args) = myparser.parse_args([])
|
||||||
|
|
||||||
# fill self.options with plugin-specific options
|
# fill self.options with plugin-specific options
|
||||||
|
|
||||||
# options for your custom/internal ip blocking service
|
|
||||||
# mozilla's is called banhammer
|
|
||||||
# and uses an intermediary mysql DB
|
|
||||||
# here we set credentials
|
|
||||||
self.options.mongohost = getConfig(
|
self.options.mongohost = getConfig(
|
||||||
'mongohost',
|
'mongohost',
|
||||||
'localhost',
|
'localhost',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче