checksums

Former-commit-id: 1b3c636dcf1f9fdc1571e2988154de83fb63e96d
This commit is contained in:
r4sas 2017-03-23 16:34:35 +03:00
parent fc96232b90
commit df069c106f
10 changed files with 259 additions and 15 deletions

View file

@ -20,3 +20,5 @@ Additional info
`./i2pd` from `i2pd` folder starts screen session with i2pd in it.
To stop i2pd router you can use command `Start graceful shutdown` of `Force shutdown`
from i2pd webconsole page `http://127.0.0.1:7070/?page=commands`
SHA512SUMS created with `find * -type f -print0 | xargs -0 -i sha512sum {}` command