route txes through tor and i2p proxies (#29)

* route txes through tor and i2p proxies

* include entry script

* update docker-files with dependency order and use new monerod command

* Update dockerfiles/i2p

Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>

* Update dockerfiles/i2p

Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>

* Update dockerfiles/i2p-entrypoint.sh

Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>

* Update dockerfiles/monero-entrypoint.sh

Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>

* Update dockerfiles/monero-entrypoint.sh

Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>

* remove q install and dns, specify private ip for tor/i2p

* fix ips

* use ubuntu 22.04 for tor build

* fix i2pd configs

* adjust i2p config, no depends on monerod

* use gunicorn for flask app, faster restart time

---------

Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>
This commit is contained in:
lalanza808
2024-12-29 11:34:56 -08:00
committed by GitHub
parent 183d85942d
commit cdcca37ce0
9 changed files with 247 additions and 39 deletions

15
dockerfiles/i2p-config Normal file
View File

@@ -0,0 +1,15 @@
datadir = /var/lib/i2pd
log = false
loglevel = none
ipv6 = false
bandwidth = 2048
[socksproxy]
enabled = true
address = 0.0.0.0
port = 4447
[httpproxy]
enabled = true
address = 0.0.0.0
port = 4444