Skip to content

Instantly share code, notes, and snippets.

View 2minchul's full-sized avatar
😀

Colin (MinChul Lee) 2minchul

😀
View GitHub Profile
@2minchul
2minchul / firewallcmd-drop-client.sh
Last active May 27, 2019 02:34 — forked from lesstif/firewallcmd-drop-client.sh
firewall 에서 ip를 차단하기 위한 script
#!/bin/bash
ZONE="service"
function usage {
echo "USAGE: $0 param"
echo ""
echo "$0 -i block-ip1,block-ip2"
echo "$0 -f block-ip-file"
exit 1
}