- Base.
- Generate configuration from
docker inspect
. - Come up with a better method than
--net=container
or--net=host
.
- Allow users to specify port mappings for hidden services.
- Use the tor network plugin to automatically route all of the
target container's traffic through Tor. This might cause some issues, so it'd
have to be optional. We'd need to disconnect the container from the default
bridge
network. How should we package the plugin dependency? - Allow users to specify a path to an existing private key to be injected
into the
hidden_service
directory. - Consider adding support for OnionCat for exposed UDP ports.