This is in active development and not in working order yet. It is highly unstable and will fluctuate in changes.
- Lifecycle startup + shutdown
- Volume for each router
- Shared Volume
- Port forwarding
- Readline interface
- Reseed via file
- Reseed via node (i2pd)
- Reseed via node (i2p java)
- go-i2p node (basic startup)
- i2pd node (basic startup)
- i2p java router node (basic startup)
- Config
- go-i2p node
- i2pd node
- i2p java router node
Logging can be enabled and configured using the DEBUG_TESTNET environment variable. By default, logging is disabled.
There are three available log levels:
- Debug
export DEBUG_TESTNET=debug
- Warn
export DEBUG_TESTNET=warn
- Error
export DEBUG_TESTNET=error
If DEBUG_TESTNET is set to an unrecognized variable, it will fall back to "debug". Note, that this only accounts for verbosity in the testnet program itself, and not the nodes.