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 +````