From b0385f975d25d8b9ad521334eeb2c746ebd53dcd Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Sat, 1 Mar 2025 13:03:05 -0500 Subject: [PATCH] Update README. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e61f91..fbb3465 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ Here's a runtime config example. verbose = 5; log_file = ""; interface = "ens18"; +pin_maps = true; update_time = 15; no_stats = false; stats_per_second = true; @@ -277,10 +278,12 @@ filters = ( src_ip = "10.50.0.4" } ); + +ip_drop_ranges = ( "192.168.1.0/24", "10.3.0.0/24" ); ``` ## 🔧 The `xdpfw-add` & `xdpfw-del` Utilities -When the main BPF maps are pinned to the file system (depending on the `pin_maps` runtime option detailed above), this allows you to add or delete rules while the firewall is running using `xdpfw-add` and `xdpfw-del`. +When the main BPF maps are pinned to the file system (depending on the `pin_maps` runtime option detailed above), this allows you to add or delete rules while the firewall is running using the `xdpfw-add` and `xdpfw-del` utilities. ### General CLI Usage The following general CLI arguments are supported with these utilities.