Because of https://github.com/diva-exchange/i2p/issues/5, only settings which are exposed as environment variables are available for configuration.
This doesn't include the ifname, ifname4, or ifname6. A very common option needing configuration is the interface binding to ensure traffic goes thru a specific network.
There seems to be an attempt to set this automatically that's only half setup. The entrypoint.sh parses the default route interface as IP_BRIDGE and does a sed replacement of it in the copy of the i2pd.org.conf, but there's no appearance of that variable anywhere in the i2pd.org.conf.
I'm not sure this is even necessary, I believe the i2pd application will use the default route if none is specified.
Because of https://github.com/diva-exchange/i2p/issues/5, only settings which are exposed as environment variables are available for configuration.
This doesn't include the
ifname
,ifname4
, orifname6
. A very common option needing configuration is the interface binding to ensure traffic goes thru a specific network.There seems to be an attempt to set this automatically that's only half setup. The
entrypoint.sh
parses the default route interface asIP_BRIDGE
and does ased
replacement of it in the copy of thei2pd.org.conf
, but there's no appearance of that variable anywhere in thei2pd.org.conf
.I'm not sure this is even necessary, I believe the
i2pd
application will use the default route if none is specified.