FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Jan 17, 2023
  2. Jan 16, 2023
  3. Jan 12, 2023
  4. Jan 11, 2023
  5. Jan 09, 2023
  6. Jan 08, 2023
  7. Dec 16, 2022
  8. Dec 15, 2022
  9. Dec 09, 2022
  10. Dec 08, 2022
    • Will Szumski's avatar
      Fix issue with firewall ordering · 10a23935
      Will Szumski authored
      The issue was that the firewall rules were being inserted below a rule
      that dropped all traffic. Here is a snippet from iptables-save.
      
      ```
      -A INPUT -j REJECT --reject-with icmp-host-prohibited
      -A INPUT -j firewallgen_input
      ```
      
      By always inserting this beginning of the chain, we ensure that the
      rules in this chain always take precedence.
      10a23935
  11. Dec 05, 2022
  12. Dec 02, 2022
  13. Nov 30, 2022
Loading