You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should do a pass through this cookbook focused on unifying behavior.
For iptables, I'd like to only support *filter and expose anything beyond that table via raw rules and allowing users to specify a default set of rules for other tables and chains.
If possible, I'd like to do the same with ufw, firewalld, and the Windows firewall -- focus on the common case of filtering packets, and give folks raw rules to go outside those bounds. It's becoming overly complicated to support every feature in every firewall technology, while still maintaining the semantics of the firewall and firewall_rule resources.
The text was updated successfully, but these errors were encountered:
We should do a pass through this cookbook focused on unifying behavior.
For iptables, I'd like to only support
*filter
and expose anything beyond that table via raw rules and allowing users to specify a default set of rules for other tables and chains.If possible, I'd like to do the same with ufw, firewalld, and the Windows firewall -- focus on the common case of filtering packets, and give folks raw rules to go outside those bounds. It's becoming overly complicated to support every feature in every firewall technology, while still maintaining the semantics of the firewall and firewall_rule resources.
The text was updated successfully, but these errors were encountered: