mirror of https://github.com/fail2ban/fail2ban
Add Typos configuration
parent
1427625528
commit
44bd1f09fa
|
@ -0,0 +1,36 @@
|
|||
[files]
|
||||
extend-exclude = [
|
||||
".git/",
|
||||
".codespellrc",
|
||||
"fail2ban/tests/files/logs/",
|
||||
]
|
||||
ignore-hidden = false
|
||||
|
||||
[default]
|
||||
extend-ignore-re = [
|
||||
"Christoph Theis",
|
||||
"\\[[0-9a-f]{7,8}\\]",
|
||||
"hash_[0-9a-f]{38}",
|
||||
"\t[0-9.-]+[ A-Z]+",
|
||||
"Erreur d'authentification",
|
||||
"WebEMailExtrac",
|
||||
"s1NED81M017126",
|
||||
"ssh2: RSA 14:ba:xx",
|
||||
"\\[Cc\\]lient",
|
||||
"\\[Gg\\]ot",
|
||||
"\\[nN\\]ot",
|
||||
"\\[Uu\\]nknown",
|
||||
"\\[uU\\]ser",
|
||||
"\\[Uu\\]\\(\\?:ser",
|
||||
]
|
||||
|
||||
[default.extend-words]
|
||||
"alls" = "alls"
|
||||
"helo" = "helo"
|
||||
|
||||
[default.extend-identifiers]
|
||||
"failManager2nd" = "failManager2nd"
|
||||
"log2nd" = "log2nd"
|
||||
"routeros" = "routeros"
|
||||
"REFERERS" = "REFERERS"
|
||||
"tre_search" = "tre_search"
|
Loading…
Reference in New Issue