Update dockerfiles/i2p-entrypoint.sh

Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>
tor-i2p-proxies
lalanza808 21 hours ago committed by GitHub
parent 3f080b7fff
commit cd02a67849
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,6 @@ chown -R i2p:i2p /home/i2p
# Run i2pd # Run i2pd
sudo -u i2p i2pd \ sudo -u i2p i2pd \
--httpproxy.enabled 1 \ --socksproxy.enabled 1 \
--httpproxy.address 0.0.0.0 \ --socksproxy.address 0.0.0.0 \
--httpproxy.port 4444 --socksproxy.port 4447

Loading…
Cancel
Save