terraform-routeros / terraform-provider-routeros

Terraform Provider for Mikrotik RouterOS
Mozilla Public License 2.0
190 stars 54 forks source link

routeros_ip_firewall_raw resource #462

Closed dmamontovs closed 4 months ago

dmamontovs commented 4 months ago

Is your feature request related to a problem? Please describe. I am creating an address-list with known malicious IPs, which I block using raw rules. Such heavy filtering is not recommended through filters, so I use filters as a second layer where all my firewall rules are created. Raw rules are used as the first layer of protection for quickly dropping traffic from external unknown IPs if it is listed in one of the address-list.

Describe the solution you'd like It would be beneficial to have an option to configure these rules using the routeros_ip_firewall_raw resource

vaerh commented 4 months ago

:tada: This issue has been resolved in version 1.52.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

vaerh commented 4 months ago

:tada: This issue has been resolved in version 1.52.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: