Added jump to ufw-before-forward rule#39
Conversation
This chain chall be executed prior to ufw-user-forward to avoid accepting packets in the ufw-user-forward before they are checked (and possibly dropped) in ufw-before-forward
|
Hi @vitalyrepin Thanks for your pull request. I'm sorry for the late response. I've considered using But I have a concern. From the UFW manual pages, we know that we can customize iptables rules inside the chain Just using So I'm thinking about avoiding people make unintentional mistakes to make Docker not work. They know what they are doing for advanced users, using the What are your thoughts? Thank you. |
|
Sorry for the late comment. If someone customizes What are your thoughts on appending Something like the following (I removed some default ICMP rules from |
This chain chall be executed prior to ufw-user-forward to avoid accepting packets
in the ufw-user-forward before they are checked (and possibly dropped) in ufw-before-forward