Skip to content

Commit

Permalink
TODO: update goals
Browse files Browse the repository at this point in the history
  • Loading branch information
cyphar committed Jan 19, 2016
1 parent c50cf30 commit f4d5059
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions TODO.md
@@ -1,8 +1,18 @@
### `TODO` ###
## `TODO` ##

### Requirements ###

* [x] Base.
* [x] Generate configuration from `docker inspect`.
* [x] Come up with a better method than `--net=container` or `--net=host`.

### Features ###

* [ ] Use the [tor network plugin][tor-network] 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.
* [ ] Allow users to specify a volume for the Tor hidden service directory.
* [ ] Consider adding support for OnionCat for exposed UDP ports.
* [ ] Extend `mkonion` to work with services running on the host machine.

[tor-network]: https://github.com/jfrazelle/onion

0 comments on commit f4d5059

Please sign in to comment.