• Stars
    star
    1
  • Language
    C
  • Created almost 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Firewall for unix based systems. Firewall itself is implemented as linux kernel module in C language. Client application implemented in python is used to communicate with kernel module to add/modify/delete firewall rules. Rules are designed in following manner: user can add rules that allow/block packets received using tcp/udp/ip/icmp protocols. Communication can be filtered based on IP address/port/their combination.