mirror of https://github.com/fail2ban/fail2ban
Merge branch 'master' into _enh/test_backends
* master: Ask users to report bugs to github's issues Replace "|" with "_" in ipmasq-ZZZzzz|fail2ban.rul (Closes gh-66)pull/808/head
commit
c0c1232c5f
|
@ -101,7 +101,7 @@ class Fail2banClient:
|
||||||
printFormatted()
|
printFormatted()
|
||||||
|
|
||||||
print
|
print
|
||||||
print "Report bugs to <cyril.jaquier@fail2ban.org>"
|
print "Report bugs to https://github.com/fail2ban/fail2ban/issues"
|
||||||
|
|
||||||
def dispInteractive(self):
|
def dispInteractive(self):
|
||||||
print "Fail2Ban v" + version + " reads log file that contains password failure report"
|
print "Fail2Ban v" + version + " reads log file that contains password failure report"
|
||||||
|
|
|
@ -122,7 +122,7 @@ class Fail2banRegex:
|
||||||
print " string a string representing an 'ignoreregex'"
|
print " string a string representing an 'ignoreregex'"
|
||||||
print " filename path to a filter file (filter.d/sshd.conf)"
|
print " filename path to a filter file (filter.d/sshd.conf)"
|
||||||
print
|
print
|
||||||
print "Report bugs to <cyril.jaquier@fail2ban.org>"
|
print "Report bugs to https://github.com/fail2ban/fail2ban/issues"
|
||||||
dispUsage = staticmethod(dispUsage)
|
dispUsage = staticmethod(dispUsage)
|
||||||
|
|
||||||
def getCmdLineOptions(self, optList):
|
def getCmdLineOptions(self, optList):
|
||||||
|
|
|
@ -88,7 +88,7 @@ class Fail2banServer:
|
||||||
print " -h, --help display this help message"
|
print " -h, --help display this help message"
|
||||||
print " -V, --version print the version"
|
print " -V, --version print the version"
|
||||||
print
|
print
|
||||||
print "Report bugs to <cyril.jaquier@fail2ban.org>"
|
print "Report bugs to https://github.com/fail2ban/fail2ban/issues"
|
||||||
|
|
||||||
def __getCmdLineOptions(self, optList):
|
def __getCmdLineOptions(self, optList):
|
||||||
""" Gets the command line options
|
""" Gets the command line options
|
||||||
|
|
Loading…
Reference in New Issue