fixes dns logging

This commit is contained in:
Zachary Boyd 2017-01-31 18:16:57 -05:00
parent 57a07dfcf5
commit d3aad86da2
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,8 @@ ENV DNS_PORT 53
ENV SOCKS_PORT 9050
ENV INSTANCES 3
ADD https://deb.nodesource.com/setup_7.x /nodejs_install
RUN bash /nodejs_install

View file

@ -9,7 +9,7 @@
"tor-router": "bin/tor-router"
},
"scripts": {
"start": "bin/tor-router -j 3 -s 9050",
"start": "bin/tor-router",
"test": "mocha test/test.js"
},
"devDependencies": {