diff --git a/README.md b/README.md index 59b42f8..79efe33 100644 --- a/README.md +++ b/README.md @@ -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 --- diff --git a/config.php.dist b/config.php.dist index de8f49e..57e3977 100644 --- a/config.php.dist +++ b/config.php.dist @@ -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 diff --git a/sql/README.md b/sql/README.md new file mode 100644 index 0000000..2b832ca --- /dev/null +++ b/sql/README.md @@ -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. diff --git a/sql/regi2p-210913-173000.sql.gz b/sql/regi2p-210913-173000.sql.gz new file mode 100644 index 0000000..1e3adf8 Binary files /dev/null and b/sql/regi2p-210913-173000.sql.gz differ