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:
parent
3c0385afad
commit
f55322f48b
@ -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
|
||||
---
|
||||
|
@ -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
4
sql/README.md
Normal 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.
|
BIN
sql/regi2p-210913-173000.sql.gz
Normal file
BIN
sql/regi2p-210913-173000.sql.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user