seevik2580 / tor-ip-changer

request new identity every X seconds interval using TOR client
GNU General Public License v3.0
386 stars 117 forks source link

I don't know how to use it with Mac OS can u write documentation for it #53

Closed efeakaroz13 closed 3 years ago

efeakaroz13 commented 3 years ago

I need to use it on Mac pls help me

seevik2580 commented 3 years ago

sadly ipchanger for mac OS is discontinued because i dont have mac OS. it was just experimental build ... for alternative you can try to use docker version mentioned here https://github.com/seevik2580/tor-ip-changer/issues/49

download Dockerfile: https://github.com/seevik2580/tor-ip-changer/blob/master/Dockerfile

docker build -t . ipchanger
xhost +
docker run -p 14999:14999 -p 9050:9050 -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix ipchanger

or download Docker-compose: https://github.com/seevik2580/tor-ip-changer/blob/master/docker-compose.yml

xhost +
docker-compose up -d