From cfb673326e8a85e127efaebfb7e8dca833f962d0 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 25 Nov 2016 10:02:16 -0500 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index decab3a..daf3944 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,21 @@ i2p netdb blocklist generator tool see [here](baddiefinder) +### routerinfo + +print information about a router info file + +#### usage + + +print ip and port for router info excluding ipv6 + + ./routerinfo -p ~/.i2pd/netDb/r6/routerInfo-blah.dat + +print iptables firewall rules to allow 1 nodes in netdb through firewall including ipv6 addresses + + ./routerinfo -6 -f ~/.i2pd/netDb/r6/routerInfo-blah.dat + ### keygen Generate an i2p private key