diff --git a/README.md b/README.md index ecef8d1..b425444 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,15 @@ pndpd readconfig pndpd respond pndpd proxy +```` + +### Developing +It is easy to add functionality to PNDPD. For additions outside the core functionality you only need to keep the following methods in mind: ```` +package main +import "pndpd/pndp" + +pndp.SimpleRespond(iface string, filter []*net.IPNet) + +pndp.Proxy(iface1, iface2 string) +```` \ No newline at end of file