diff --git a/core/src/main/resources/defaults/i2p.properties b/core/src/main/resources/defaults/i2p.properties index 6205ea9a..ba54cebd 100644 --- a/core/src/main/resources/defaults/i2p.properties +++ b/core/src/main/resources/defaults/i2p.properties @@ -1,8 +1,8 @@ -inbound.nickname="MuWire" -outbound.nickname="MuWire" -inbound.length="3" -inbound.quantity="4" -outbound.length="3" -outbound.quantity="4" -i2cp.tcp.host="127.0.0.1" +inbound.nickname=MuWire +outbound.nickname=MuWire +inbound.length=3 +inbound.quantity=4 +outbound.length=3 +outbound.quantity=4 +i2cp.tcp.host=127.0.0.1 i2cp.tcp.port=7654 diff --git a/docker/rootfs/muwire/.MuWire/i2p.properties b/docker/rootfs/muwire/.MuWire/i2p.properties index 0cd066ee..a70cbd46 100644 --- a/docker/rootfs/muwire/.MuWire/i2p.properties +++ b/docker/rootfs/muwire/.MuWire/i2p.properties @@ -1 +1 @@ -i2cp.tcp.host="172.17.0.1" +i2cp.tcp.host=172.17.0.1