mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01:00
update readme
This commit is contained in:
parent
ebbf53085c
commit
cfb673326e
15
README.md
15
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
|
||||
|
|
Loading…
Reference in a new issue