DDD888 发表于 10-1-2016 13:43:51

docker tor

我用这个docker tor https://hub.docker.com/r/nagev/tor/

当我运行时,提示我 You specified a public address '0.0.0.0:9150' for SocksPort. Other people on the Internet might find your computer and use it as an open proxy. Please don't allow this unless you have a good reason.

我改了下该image /etc/torrc使用127.0.0.1,但我就不能用其他的docker container连结上

下面是log

tor_1   | Jan 10 03:38:30.539 Tor v0.2.6.10 (git-58c51dc6087b0936) running on Linux with Libevent 2.0.21-stable, OpenSSL 1.0.1f and Zlib 1.2.8.
tor_1   | Jan 10 03:38:30.539 Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
tor_1   | Jan 10 03:38:30.539 Read configuration file "/etc/torrc".
tor_1   | Jan 10 03:38:30.541 You specified a public address '0.0.0.0:9150' for SocksPort. Other people on the Internet might find your computer and use it as an open proxy. Please don't allow this unless you have a good reason.
tor_1   | Jan 10 03:38:30.541 You specified a public address '0.0.0.0:9150' for SocksPort. Other people on the Internet might find your computer and use it as an open proxy. Please don't allow this unless you have a good reason.
tor_1   | Jan 10 03:38:30.541 Opening Socks listener on 0.0.0.0:9150

我该如何办啊?谢谢:)
页: [1]
查看完整版本: docker tor