1
0
mirror of https://github.com/PurpleI2P/regi2p.git synced 2025-02-11 11:44:14 +00:00

add sql dump of service data at 210913-173000

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-09-13 17:41:48 +00:00
parent 3c0385afad
commit f55322f48b
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
4 changed files with 6 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Installation
4. Point your webserver to serving webpages from `public` directory.
5. Create cron jobs for quering and updating hosts lists.
Configuration examples below are using /home/www/reg.i2p as website homedir. Note that files inside that directory must be owned by php user (usually it is `www-data`):
Configuration examples below are using `/home/www/reg.i2p` as website homedir. Note that files inside that directory must be owned by php user (usually it is `www-data`):
nginx configuration
---

View File

@ -14,7 +14,7 @@ $options = [
/* I2P settings */
'bob_host' => '127.0.0.1',
'bob_port' => '2827',
'bob_options' => 'inbound.quantity=5 outbound.quantity=5 inbound.length=1 outbound.length=1 i2cp.leaseSetType=3',
'bob_options' => 'inbound.quantity=3 outbound.quantity=3 inbound.length=1 outbound.length=1 i2cp.leaseSetType=3',
'bob_nick' => 'hostchecker',
'check_tries' => 1,
'http_proxy' => 'tcp://127.0.0.1:4444', // this is HTTP proxy, which must be specified as tcp protocol because we using stream context

4
sql/README.md Normal file
View File

@ -0,0 +1,4 @@
Note
---
regi2p-YYMMDD-HHmmss.sql.gz archive provided as backup of service data. Import it only if you want continue from state when that backup was created.

Binary file not shown.