mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
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)
|