I`m new to Mikrotik and RouterOS so if this question is "lame" and I haven`t read documentation properly than I`m sorry.
I`m using RB2011-UAS-RM with RouterOS 6.0rc7.
I`m using L7 regexp to block some web-sites which works, but I think I`ve spotted a real problem:
Following traffic sniffed via wireshark:
Code: Select all
GET / HTTP/1.1\r\n
Host: pokec.azet.sk
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0
....(and more...)
Code: Select all
^.*(get|GET).+(http|HTTP).+(h|H)ost:.+(uloz\.to|pokec).*$
So basically, is this a feature or a bug? If it`s a feature, where is the behaviour documented please?
Thanks!