This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If iptables-common.conf doesn't exists the update iptables-blocktype.conf instead. | |
#edit /etc/fail2ban/action.d/iptables-common.conf | |
#Please read https://serverfault.com/questions/157375/reject-vs-drop-when-using-iptables?answertab=active#tab-top before you start using. | |
# Find and comment out | |
# blocktype = REJECT --reject-with icmp-port-unreachable | |
# Replace with | |
blocktype = DROP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Icons from 'uikit/dist/js/uikit-icons'; | |
import UIkit from 'my-uikit'; | |
UIkit.use(Icons); |