Browse Source

add sql dump of service data at 210913-173000

Signed-off-by: r4sas <r4sas@i2pmail.org>
master
R4SAS 3 years ago
parent
commit
f55322f48b
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      README.md
  2. 2
      config.php.dist
  3. 4
      sql/README.md
  4. BIN
      sql/regi2p-210913-173000.sql.gz

2
README.md

@ -24,7 +24,7 @@ Installation @@ -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
---

2
config.php.dist

@ -14,7 +14,7 @@ $options = [ @@ -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

@ -0,0 +1,4 @@ @@ -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.

BIN
sql/regi2p-210913-173000.sql.gz

Binary file not shown.
Loading…
Cancel
Save