Community discussions

MikroTik App

Search found 1 match

by DanBoggan
Mon Nov 09, 2020 6:26 am
Forum: General
Topic: blocking all websites except some special ones [SOLVED]
Replies: 5
Views: 11844

Re: blocking all websites except some special ones [SOLVED]

Hi, yo can add to address-list your Permited URL (without http:// or https://) an then block all http/https (except your "Permited URL") /ip firewall address-list add address=your-webpage list="Permited URL" /ip firewall filter add action=drop chain=forward disabled=no protocol=...