Zimbra 雑多なメモ: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 9: Line 9:
</syntaxhighlight>
</syntaxhighlight>
:postmap will need to be rerun on the file anytime an IP address is added or removed.  
:postmap will need to be rerun on the file anytime an IP address is added or removed.  
:fail2ban というのもある
::結局、大胆に...
<syntaxhighlight lang="bash" enclose="div">
iptables -A INPUT -s 62.150.168.221 -j DROP
iptables -A INPUT -s 62.150.168.194 -j DROP
</syntaxhighlight>