How to unblock websites?

RouterBoard 750G (RouterOS 4.17)

Hi, I blocked some websites by exactly following this guide: http://wiki.mikrotik.com/wiki/How_to_Block_Websites_&_Stop_Downloading_Using_Proxy

Now I need to unblock one of those blocked websites. How can I do that? Thanks in advance.

go to the menu “/ip proxy access” and remove the entries which block these sites.

Thanks. Yes, but I wanna know the command to remove those entries. I tried “remove” but it didn’t work. I also tried “action=allow” but that didn’t work too. I also tried this command: /ip proxy access
remove dst-host=www.example.com …but no luck. Pls. help.

something like this:

[admin@MikroTik] /ip proxy access> print
Flags: X - disabled
 #   DST-PORT             DST-HOST        PATH        METHOD  ACTION       HITS
 0                        google.com                          deny            0
[admin@MikroTik] /ip proxy access> remove 0
[admin@MikroTik] /ip proxy access>

basically do a Print command to find out entry numbers, then type “remove” and then the number

Great!!! It works!!! Thanks a lot :slight_smile:

Also the find function will help you a lot when trying to edit things via the CLI.

/ip proxy access remove [find dst-host=www.example.com]

A very useful tip. Thank you.

You can unblock it using some sort of proxy, here is list of proxies that are working.

I tried “remove” but it didn’t work. I also tried “action=allow” but that didn’t work too.