Update README.md

This commit is contained in:
Kioubit 2021-12-22 07:11:12 -05:00
parent 77165e5b39
commit 4132a2b58c

View File

@ -1,4 +1,4 @@
# PNDPD - NDP Responder # PNDPD - NDP Responder + Proxy
## Features ## Features
- Efficiently process incoming packets using bpf (which runs in the kernel) - Efficiently process incoming packets using bpf (which runs in the kernel)
- Respond to all NDP solicitations on an interface - Respond to all NDP solicitations on an interface
@ -23,3 +23,4 @@ pndp.SimpleRespond(iface string, filter []*net.IPNet)
pndp.Proxy(iface1, iface2 string) pndp.Proxy(iface1, iface2 string)
```` ````
Pull request are welcome for any functionality you add.