Community discussions

MikroTik App

Search found 1 match

by rwdotkom
Mon Jun 22, 2015 10:03 pm
Forum: Beginner Basics
Topic: How can I Block the hostname?
Replies: 7
Views: 4419

Re: How can I Block the hostname?

I resolved similar problem this way: :foreach i in=[/ip firewall address-list find list="Blocked"] do={/ip firewall address-list remove $i} /ip firewall address-list add address=[:resolve "somehost.com"] list="Blocked" Schedule it once in 5-15 minute and create rule fo...