This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
fail2ban
mirror of
https://github.com/fail2ban/fail2ban
Watch
1
Star
0
Fork
You've already forked fail2ban
0
Code
Issues
Releases
Wiki
Activity
058621f9bd
fail2ban
/
testcases
/
files
/
ignorecommand.py
6 lines
76 B
Python
Executable File
Raw
Blame
History
#!/usr/bin/python
import
sys
if
sys
.
argv
[
1
]
==
"
10.0.0.1
"
:
exit
(
0
)
exit
(
1
)
Reference in New Issue
View Git Blame
Copy Permalink