mirror of https://github.com/fail2ban/fail2ban
6 lines
76 B
Python
6 lines
76 B
Python
|
#!/usr/bin/python
|
||
|
import sys
|
||
|
if sys.argv[1] == "10.0.0.1":
|
||
|
exit(0)
|
||
|
exit(1)
|