zet4 / alpine-tor

Just a simple rotating tor pool with haproxy load balancer. (with opt-in privoxy support)
108 stars 47 forks source link

Explicitly set ExitPolicy and make configurable #4

Closed tmiklas closed 6 years ago

tmiklas commented 6 years ago

How about adding explicit ExitPolicy to tor start command? At present running this containers makes you a Tor exit node which is undesired by most. I suggest it should be configurable with default set to reject, i.e. --ExitPolicy "reject *:*" in command line.

zet4 commented 6 years ago

Sorry, my hands are currently full with work so while this seems like a nice idea, I am not able to do it myself right now, but, feel free to open a PR and I will take a look at it.