su3 RebuildInterval: 24h --> 90h, numRi per su3 file: 75 --> 77
This commit is contained in:
12
README.md
12
README.md
@@ -8,10 +8,10 @@ This tool provides a secure and efficient reseed server for the I2P network. The
|
||||
If you have go installed you can download, build, and install this tool with `go get`
|
||||
|
||||
```
|
||||
$ export GOPATH=$HOME/go
|
||||
$ cd $GOPATH
|
||||
$ go get github.com/martin61/i2p-tools
|
||||
$ bin/i2p-tools -h
|
||||
export GOPATH=$HOME/go
|
||||
cd $GOPATH
|
||||
go get github.com/martin61/i2p-tools
|
||||
bin/i2p-tools -h
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -19,13 +19,13 @@ $ bin/i2p-tools -h
|
||||
### Locally behind a webserver (reverse proxy setup), preferred:
|
||||
|
||||
```
|
||||
$ GOPATH=$HOME/go; cd $GOPATH; bin/i2p-tools reseed --signer=you@mail.i2p --key=you_at_mail.i2p.pem --netdb=/home/i2p/.i2p/netDb --port=8443 --ip=127.0.0.1 --trustProxy
|
||||
GOPATH=$HOME/go; cd $GOPATH; bin/i2p-tools reseed --signer=you@mail.i2p --netdb=/home/i2p/.i2p/netDb --port=8443 --ip=127.0.0.1 --trustProxy
|
||||
```
|
||||
|
||||
### Without webserver, standalone with tls support
|
||||
|
||||
```
|
||||
$ GOPATH=$HOME/go; cd $GOPATH; bin/i2p-tools reseed --signer=you@mail.i2p --key=you_at_mail.i2p.pem --netdb=/home/i2p/.i2p/netDb --tlsHost=your-domain.tld
|
||||
GOPATH=$HOME/go; cd $GOPATH; bin/i2p-tools reseed --signer=you@mail.i2p --netdb=/home/i2p/.i2p/netDb --tlsHost=your-domain.tld
|
||||
```
|
||||
|
||||
If this is your first time running a reseed server (ie. you don't have any existing keys), you can simply run the command and follow the prompts to create the appropriate keys and certificates.
|
||||
|
||||
Reference in New Issue
Block a user