Difference between revisions of "Mikrotik: Block IP"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " /ip route add dst-address=8.8.8.8 type=blackhole") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | /ip firewall filter add chain=forward dst-address=146.4.100 action=drop | ||
+ | /ip firewall filter add chain=forward dst-address=61.113.35 action=drop | ||
/ip route add dst-address=8.8.8.8 type=blackhole | /ip route add dst-address=8.8.8.8 type=blackhole |
Latest revision as of 14:51, 1 October 2020
/ip firewall filter add chain=forward dst-address=146.4.100 action=drop /ip firewall filter add chain=forward dst-address=61.113.35 action=drop
/ip route add dst-address=8.8.8.8 type=blackhole