# # # # #

iptablesで特定のIPをブロックする方法

[root@server ~]# iptables -I INPUT -s 123.123.123.123 -j DROP
最終更新: 2019年1月17日 (木) 04:14
# # # # #