mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
update i2pd, config, osx build scripts
OSX need to be checked! Former-commit-id: ab8bacabfc185f52586598b8460453d072869497
This commit is contained in:
parent
a0a9647336
commit
d3ce560bbd
44 changed files with 1208 additions and 378 deletions
|
|
@ -15,7 +15,7 @@ if [ -z $screenfind ]; then
|
|||
fi
|
||||
|
||||
if [ $arch = "x86_64" ]; then
|
||||
screen -Adm -S i2pd ./i2pd-x86_64 --datadir=.
|
||||
screen -Adm -S i2pd ./i2pd-amd64 --datadir=.
|
||||
else
|
||||
screen -Adm -S i2pd ./i2pd-i386 --datadir=.
|
||||
fi
|
||||
|
|
|
|||
1
linux/i2pd/i2pd-amd64.REMOVED.git-id
Normal file
1
linux/i2pd/i2pd-amd64.REMOVED.git-id
Normal file
|
|
@ -0,0 +1 @@
|
|||
1d1c3738e1c2245e7e94a811bba085394ce6294d
|
||||
|
|
@ -1 +1 @@
|
|||
33ad69fd952d2ddfb0a1d00dc2035af6762b3557
|
||||
72f22e580d6b113f76c54ad8e2799e326699703e
|
||||
|
|
@ -1 +0,0 @@
|
|||
5731176e713fea2a0e13d7517613683a972a94f9
|
||||
|
|
@ -20,6 +20,9 @@ name = I2Pd
|
|||
[reseed]
|
||||
verify = true
|
||||
|
||||
[addressbook]
|
||||
subscriptions = http://inr.i2p/export/alive-hosts.txt
|
||||
|
||||
[http]
|
||||
enabled = true
|
||||
address = 127.0.0.1
|
||||
|
|
@ -38,4 +41,4 @@ port = 4447
|
|||
[sam]
|
||||
enabled = true
|
||||
address = 127.0.0.1
|
||||
port = 7656
|
||||
port = 7656
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue