Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@


## Description

IP-Block is an XDP program, that is an IP firewall. use rules to allow/deny access to a range of IP addresses.
IP-Block is an XDP program, that is an IP firewall. use rules to allow/deny access to a range of source IP addresses.

Block ip behavior use XDP package drop.

Expand Down Expand Up @@ -78,4 +80,3 @@ $ ./ipblock-rule -l
[github libbpf](https://github.com/libbpf/libbpf)

[BPF Portability and CO-RE](https://facebookmicrosites.github.io/bpf/blog/2020/02/19/bpf-portability-and-co-re.html)