From 24189568b8e2ff4a7952383a14334bef1d6a3c27 Mon Sep 17 00:00:00 2001 From: Kioubit Date: Tue, 21 Dec 2021 06:48:27 -0500 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a057b9..ecef8d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # PNDPD - NDP Responder ## Features -- Efficiently filter incoming packets using bpf (which runs in the kernel) -- Repsond to all or specific NDP solicitations on an interface -- Soon: Proxy NDP between interfcaces \ No newline at end of file +- Efficiently process incoming packets using bpf (which runs in the kernel) +- Respond to all NDP solicitations on an interface +- Respond to NDP solicitations for whitelisted addresses on an interface +- Proxy NDP between interfaces +- Permissions required: root or CAP_NET_RAW + +## Usage +```` +pndpd readconfig +pndpd respond +pndpd proxy +````