Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default configuration warnings, security problem in local network? #44

Closed
malger opened this issue Apr 26, 2020 · 1 comment
Closed
Assignees

Comments

@malger
Copy link

malger commented Apr 26, 2020

When i start the container i get the warnings

Apr 26 15:57:11.260 [notice] Read configuration file "/etc/tor/torrc".
Apr 26 15:57:11.267 [warn] You specified a public address '0.0.0.0:9040' for TransPort. 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.
Apr 26 15:57:11.268 [warn] You specified a public address '0.0.0.0:9050' 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.
Apr 26 15:57:11.268 [warn] You specified a public address '0.0.0.0:9040' for TransPort. 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.

is that a problem in a local network?
Additionall info:
I dont have any kind of port forwarding enabled in my router.
I use macvlan network to assign the docker container to an ip address in the local network.

@dperson dperson self-assigned this Apr 28, 2020
@dperson
Copy link
Owner

dperson commented Apr 28, 2020

It's on a private docker network, only other docker containers could get to it until you add a -p (port forward) argument to docker. Without it, you can't share it to your normal network only other containers that shared the docker containers network stack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants