Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eterban
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eterban
Commits
cc03094c
Commit
cc03094c
authored
Jul 26, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fail2ban: fail ban publisher without configuration
parent
75c6e0e7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ban.py
prod-server/usr/share/eterban/ban.py
+1
-1
No files found.
prod-server/usr/share/eterban/ban.py
View file @
cc03094c
...
...
@@ -16,7 +16,7 @@ def get_ip_argument(argv):
def
get_settings
(
path_to_config
):
if
not
os
.
path
.
exists
(
path_to_config
):
print
(
"Missed config file"
)
sys
.
exit
()
sys
.
exit
(
1
)
config
=
configparser
.
ConfigParser
()
config
.
read
(
path_to_config
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment