MikroTik DNS Allow Remote Request (firewall filter) -------------------------------------- Článek: http://safarcik.blogspot.com/2017/10/mikrotik-dns-allow-remote-request.html Příklad z článku: /ip firewall filter add action=drop chain=input dst-port=53 protocol=udp src-address-list=!povolene add action=drop chain=input dst-port=53 protocol=tcp src-address-list=!povolene /ip firewall address-list add address=primarni dns vaseho ISP list=povolene add address=sekundarni DNS vaseho poskytovatele list=povolene add address=192.168.0.0/16 list=povolene add address=169.254.0.0/16 list=povolene add address=172.16.0.0/12 list=povolene add address=127.0.0.0/8 list=povolene