From 77165e5b3965d190b55fe75d6d2107dbc51867c6 Mon Sep 17 00:00:00 2001 From: Kioubit Date: Wed, 22 Dec 2021 07:06:22 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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