fail2ban ignoreip DNS主机示例?

我想将“.googlebot.com”添加到fail2ban的ignore iplist中,因为ignoreip说明提到DNS主机是一个可接受的input。 这是一个适当的格式?

# "ignoreip" can be an IP address, a CIDR mask or a DNS host. Fail2ban will not # ban a host which matches an address in this list. Several addresses can be # defined using space separator. 

从查看使用“ignoreip”值的Python脚本尝试在名称上进行通配符匹配不起作用时,它需要是IP /networking或是parsing为IP的名称。

如果“googlebot.com”string在日志中,也许使用“ignoreregex”来做这个工作? 命令和用法列在这里: http : //www.fail2ban.org/wiki/index.php/Commands#JAIL_CONFIGURATION