Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (5 loc) · 546 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 546 Bytes

Hardening rules for ferm

This set of rules is a compilation of protections against various attacks (smurf, xmas)

About ferm

Ferm (for Easy Rule Making) ferm is a tool to maintain complex firewalls, without having the trouble to rewrite the complex rules over and over again. ferm allows the entire firewall rule set to be stored in a separate file, and to be loaded with one command. The firewall configuration resembles structured programming-like language, which can contain levels and lists.

Yoda-BZH