Community discussions

MikroTik App
 
rechandler
just joined
Topic Author
Posts: 18
Joined: Mon May 28, 2018 12:47 pm
Location: Poland

Block incoming connection

Sat Feb 09, 2019 7:04 pm

Hi!
I have a domain on CloudFlare. My A record point to my router. I use it only for access to CRL. I want on my router firewall block all incoming connection (input chain) which point to different address than crl.domain.com/crl/*

How can I do that?
 
rechandler
just joined
Topic Author
Posts: 18
Joined: Mon May 28, 2018 12:47 pm
Location: Poland

Re: Block incoming connection

Sat Feb 09, 2019 7:35 pm

I use Layer7 and regex:
\ /crl/.+\.crl\ .*Host: crl\.domain\.com
Is there any other way?