voxpupuli / puppet-firewalld

Puppet module for managing firewalld
Apache License 2.0
40 stars 77 forks source link

[4.4.0] option for connection limiting is missing on the rich_rule #304

Open tuxmaster5000 opened 3 years ago

tuxmaster5000 commented 3 years ago

When editing the zone file by hand, this will be valid:

<accept>
<limit value="10/s" />
</accpet>

For example to allow only 10 connections per second. But there is no way to set this in the current version. Here the documentation about this feature: https://firewalld.org/documentation/man-pages/firewalld.richlanguage.html