stop-russia icon indicating copy to clipboard operation
stop-russia copied to clipboard

Run using TOR network?

Open Briareos17 opened this issue 2 years ago • 2 comments

Is there any guide how to run this in docker through TOR?

Briareos17 avatar Mar 05 '22 13:03 Briareos17

https://hub.docker.com/r/osminogin/tor-simple/ Theoretically, it is possible to forward through a proxy

Briareos17 avatar Mar 05 '22 14:03 Briareos17

install tor router: sudo apt-get update && sudo apt-get install -y tor net-tools jq git python-packaging python3-packaging apt-transport-https ca-certificates curl software-properties-common && sudo systemctl enable tor && sudo systemctl start tor && git clone https://github.com/ruped24/toriptables2 && cd toriptables2 && sudo mv toriptables2.py /usr/local/bin/ && cd - && rm -rf toriptables2 && sudo toriptables2.py and start it: sudo toriptables2.py -i -l -r

LanShunoda avatar Mar 06 '22 13:03 LanShunoda