in-network reseeds because why not, might as well.

This commit is contained in:
idk
2019-11-16 17:05:26 -05:00
parent 9983506177
commit 84e5656fac
4 changed files with 187 additions and 0 deletions

View File

@@ -59,6 +59,18 @@ fork, from anywhere:
./i2p-tools-1 reseed --signer=you@mail.i2p --netdb=/home/i2p/.i2p/netDb --p2p
```
### Without a webserver, standalone, upload a single signed .su3 to github
```
./i2p-tools-1 reseed --signer=you@mail.i2p --netdb=/home/i2p/.i2p/netDb --github
```
### Without a webserver, standalone, in-network reseed
```
./i2p-tools-1 reseed --signer=you@mail.i2p --netdb=/home/i2p/.i2p/netDb --i2p
```
### Without a webserver, standalone, Regular TLS, OnionV3 with TLS
```