5秒內同1個Port連線數超過X次,直接ban掉1天
pctine wrote:
hcmhcm 兄的 ...(恕刪)
hcmhcm wrote:
防火牆教學Route...(恕刪)
hcmhcm wrote:
請問可以提供設定?謝...(恕刪)
/ip firewall filter
add chain=forward protocol=tcp dst-port=25 src-address-list=spammer \
action=drop comment="BLOCK SPAMMERS OR INFECTED USERS"
add chain=forward protocol=tcp dst-port=25 connection-limit=30,32 limit=50,5 action=add-src-to-address-list
address-list=spammer address-list-timeout=1d comment="Detect and add-list SMTP virus or spammers"

hcmhcm wrote:
請問可以提供設定?謝...(恕刪)